aboutsummaryrefslogtreecommitdiffstats
path: root/asm/listing.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nasm-2.15.04'H. Peter Anvin (Intel)2020-08-251-1/+1
|\
| * Add [v]printf_func() attributes where appropriateH. Peter Anvin (Intel)2020-07-301-1/+1
* | listing: make "list engine active" part of the list optionsH. Peter Anvin (Intel)2020-08-251-0/+3
|/
* Make debug info and error messages correctly reflect macros and repsH. Peter Anvin (Intel)2020-07-051-48/+2
* listing: list short reserved blocks as ?? instead of <res ...>H. Peter Anvin (Intel)2020-06-271-2/+7
* listing: make it possible to flush the listing output after every lineH. Peter Anvin (Intel)2019-10-231-1/+6
* listing: encapsulate the list_options encoding, make more comprehensiveH. Peter Anvin2019-08-101-4/+1
* Add %pragma list optionsH. Peter Anvin2019-08-101-1/+43
* listing: clean up before a restartH. Peter Anvin2019-08-101-23/+24
* listing: coalesce TIMES in non-final passes, print <len>, clarify hexH. Peter Anvin2019-08-101-1/+1
* Additional listing options, improve help output, fix macro limitsH. Peter Anvin2019-08-101-17/+32
* listing: when listing lines in macros and rep blocks, show the actual lineH. Peter Anvin2019-08-091-3/+4
* listing: add -L option for additional listing infoH. Peter Anvin (Intel)2019-08-091-1/+6
* Merge empty reservations from TIMES; add counts in listingsH. Peter Anvin2019-08-071-34/+60
* Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-271-3/+0
* Replace <ctype.h> includes with "nctype.h"H. Peter Anvin2018-12-271-1/+1
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+0
* strlist, warnings: improve strlist, buffer warnings until errorH. Peter Anvin (Intel)2018-12-141-2/+1
* listing: use a non-uniqizing strlist to buffer error messagesH. Peter Anvin (Intel)2018-12-131-33/+22
* errors: change the severity parameter from "int" to "errflags"H. Peter Anvin (Intel)2018-12-131-1/+1
* Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-121-26/+45
|\
| * error: new flag ERR_HEREH. Peter Anvin2018-12-121-11/+11
| * listing.c: handle multiple error messages on a single lineH. Peter Anvin (Intel)2018-12-121-26/+49
* | error: new flag ERR_HEREH. Peter Anvin2018-12-111-2/+6
* | listing: Use nasm_error helpersCyrill Gorcunov2018-12-011-2/+1
|/
* gcc: fix mistakes discovered by recent gccH. Peter Anvin2018-06-021-1/+1
* Fix implicit fallthrough that trips -WerrorH. Peter Anvin2018-05-081-2/+3
* Revert "Use fallthrough() to placate compiler"Cyrill Gorcunov2018-02-251-1/+1
* Use fallthrough() to placate compilerCyrill Gorcunov2018-02-251-1/+1
* Sanitize the handling of segments a bitH. Peter Anvin2017-05-031-5/+13
* listing.c: show [ssss] for a segment instead of a bogus addressH. Peter Anvin2017-05-011-2/+9
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-0/+1
* New backend interface - assembler internals #1H. Peter Anvin2016-09-201-20/+20
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-0/+338