Olaf Seibert
435cdb0b7f
Separate out the string parsing for .include/.library file names and macro arguments.
...
They behave observably different from generic string parsing and trying
to account for them generically just gets in the way.
.rept is treated the same as a macro.
2015-05-22 16:36:16 +02:00
Olaf Seibert
b45cf742f7
A trailing comma in a macro call is an empty argument
...
which should also be counted for the purposes of .NARG.
2015-05-19 22:10:44 +02:00
Olaf Seibert
fcc85aa5f5
Fix .asciz <expr>... where an overzealous parsing wants to parse too much of the remaining text
...
In particular, the example was
.asciz <cr><lf>/<SOH>/
where it tried to make a division betweem <lf> and the delimited
string /<SOH>/.
2015-05-10 17:32:44 +02:00
Sergey Svishchev
6a2afc3fa7
Import J Hoppe's 20090427 release from http://retrocmp.com/tools/macro-11-on-windows
2013-02-15 23:50:38 +04:00