br3026808.asm 292 B

123456789101112131415161718192021
  1. ;Testname=br3026808; Arguments=-Ox -fbin -obr3026808.o; Files=stdout stderr br3026808.o
  2. %imacro proc 1
  3. %push proc
  4. %assign %$arg 1
  5. %endmacro
  6. %imacro arg 0-1 1
  7. %assign %$arg %1+%$arg
  8. %endmacro
  9. %imacro endproc 0
  10. %pop
  11. %endmacro
  12. ;----------------------------
  13. proc Test
  14. %$ARG arg
  15. endproc