Skip to content

Commit

Permalink
Testcase for strict mode commented, issue #60 and issue #64
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas374b committed Jul 19, 2020
1 parent 5fedf8a commit c08bc1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/doublemacro.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

processor 6502

MAC testmac
MAC testmac ; the first declaration wins
lda #1
ENDM
MAC testmac
lda #1
MAC testmac ; the second is silently ignored without the -S flag, but an error with -S
ldx #1
ENDM

ORG $f800
Expand Down

0 comments on commit c08bc1e

Please sign in to comment.