Merge pull request #356 from NieDzejkob/add-narg-test

Add a test for the behavior of NARG after SHIFT
This commit is contained in:
Antonio Niño Díaz
2019-06-16 22:35:37 +01:00
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.