mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
If section placement is changed such that those are no longer guaranteed to be placed at zero, tests would break when they shouldn't.
15 lines
147 B
NASM
15 lines
147 B
NASM
testing: MACRO
|
|
db _NARG
|
|
shift
|
|
db _NARG
|
|
shift
|
|
db _NARG
|
|
shift
|
|
db _NARG
|
|
shift
|
|
db _NARG
|
|
ENDM
|
|
|
|
SECTION "Test output", ROM0[0]
|
|
testing 1, 2, 3
|