Add a test for the behavior of NARG after SHIFT

This commit is contained in:
Jakub Kądziołka
2019-06-08 21:01:44 +02:00
parent 7592eaf42b
commit 88eceec257
3 changed files with 14 additions and 0 deletions

View File

@@ -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

View File

Binary file not shown.