0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00
Files
nasm/asm
H. Peter Anvin (Intel) 1593c1dc60 preproc: don't call do_directive recursively
The hacky %arg and %local directives build directives as strings which
they then tokenize and call do_directive() recursively with. Factor
these out and remove the recursion.

It is too bad that %arg and %local didn't include the [] brackets in
the created macros; if so it would have been possible to do something
sane with 64-bit register operands. Sigh.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2020-07-10 01:21:44 -07:00
..
2019-09-12 20:21:03 -04:00
2018-12-18 11:14:59 -08:00
2019-09-12 20:26:23 -04:00
2020-07-10 01:10:30 -07:00
2019-06-06 17:32:44 -07:00
2020-06-27 22:30:50 -07:00
2020-06-27 22:30:50 -07:00