mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Add a test for the behavior of NARG after SHIFT
This commit is contained in:
@@ -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
|
||||||
Binary file not shown.
Reference in New Issue
Block a user