mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-23 15:24:35 +00:00
7 lines
78 B
NASM
7 lines
78 B
NASM
MACRO m
|
|
println \1
|
|
shift $8000_0000 ; INT32_MIN
|
|
println \1
|
|
ENDM
|
|
m 1, 2, 3
|