summaryrefslogtreecommitdiff
path: root/disasm
Commit message (Expand)AuthorAgeFilesLines
* disam: explicitly change stdin to binary modeChang S. Bae2020-04-221-1/+3
* error: replace nasm_verror() indirection with preproc callbackH. Peter Anvin2019-08-281-10/+10
* errors: be more robust in handling unexpected fatal errorsH. Peter Anvin2019-08-281-4/+10
* Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-273-8/+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-262-2/+0
* errors: change the severity parameter from "int" to "errflags"H. Peter Anvin (Intel)2018-12-131-1/+1
* ctype: create our own ctype tableH. Peter Anvin2018-11-281-1/+1
* disasm: Fix buffer overread in ndisasmCyrill Gorcunov2018-08-163-7/+33
* asm: support the +n syntax for register setsH. Peter Anvin2018-06-251-0/+3
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-0/+1
* disasm: Add support for 64-bit originRuslan Kabatsayev2017-02-125-13/+13
* disasm: matches -- fix operator priority error with parenthesisMartin Lindhe2017-01-051-1/+1
* Dont set @mod twiceMartin Lindhe2017-01-051-1/+0
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-255-0/+2358