br2222615.asm 358 B

1234567891011121314151617181920
  1. ;Testname=noerror; Arguments=-fbin -obr2222615.bin; Files=stdout stderr br2222615.bin
  2. ;Testname=error; Arguments=-DERROR -fbin -obr2222615.bin; Files=stdout stderr br2222615.bin
  3. %macro bluttan 0
  4. nop
  5. %endmacro
  6. %ifnmacro bluttan
  7. %error "bluttan is a macro"
  8. %endif
  9. %ifmacro blej
  10. %error "blej is not a macro"
  11. %endif
  12. %ifdef ERROR
  13. %ifnmacro
  14. %endif
  15. %endif