diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-11-09 12:02:15 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-11-09 12:08:41 +0400 |
commit | e75331cc097fd45e6d8408204a0eee8db661754d (patch) | |
tree | 03acc7260323c627de43e0e6060d4578100a841a /test/movd64.asm | |
parent | c6c750cb3ddd094fa8195cdcd6d5c8c1d1d02d60 (diff) | |
download | nasm-e75331cc097fd45e6d8408204a0eee8db661754d.tar.gz nasm-e75331cc097fd45e6d8408204a0eee8db661754d.tar.bz2 nasm-e75331cc097fd45e6d8408204a0eee8db661754d.zip |
BR3392270: preproc: Handle all token chains in mmacro params range
A typical example is
|
| %macro m0 0-*
| %rep %0
| m0 arg is %1
| %rotate 1
| %endrep
| %endmacro
|
| %macro m1 0-*
| m0 %{1:-1}
| %endmacro
|
| m1 a=b, c=d
If passed with nasm -E the output must be like
m0 arg is a=b
m0 arg is c=d
http://bugzilla.nasm.us/show_bug.cgi?id=3392270
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'test/movd64.asm')
0 files changed, 0 insertions, 0 deletions