Skip to content

Commit

Permalink
Merge pull request #356 from NieDzejkob/add-narg-test
Browse files Browse the repository at this point in the history
Add a test for the behavior of NARG after SHIFT
  • Loading branch information
AntonioND committed Jun 16, 2019
2 parents d00ec02 + 88eceec commit 3cd1d46
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/asm/narg-decreases-after-shift.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
testing: MACRO
db _NARG
shift
db _NARG
shift
db _NARG
shift
db _NARG
shift
db _NARG
ENDM

SECTION "Test output", ROM0
testing 1, 2, 3
Empty file.
Binary file added test/asm/narg-decreases-after-shift.out.bin
Binary file not shown.

0 comments on commit 3cd1d46

Please sign in to comment.