Menu

#197 Macro parameter: % + comma separated list is angle brackets

v208
closed
nobody
None
5
2012-09-01
2012-07-07
qWord
No

hello,

the following fails with jwasm:

foo macro arg1,arg2
echo <arg1> <arg2>
EXITM <>
endm
foo2 = 123
foo(123,<%foo2,456>)

: Error A2209: Syntax error: ,456

MASM replace foo2 and then pass <123,456> to foo().

regards, qWord

Discussion

  • japheth

    japheth - 2012-07-21

    Will be fixed in v2.08.

     
  • japheth

    japheth - 2012-07-21
    • milestone: --> v208
     
  • japheth

    japheth - 2012-09-01
    • status: open --> closed
     

Log in to post a comment.