mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
77 B
NASM
7 lines
77 B
NASM
SECTION "Test", ROM0
|
|
|
|
Label:
|
|
jr Label
|
|
DIFF equ Label - @
|
|
PRINTT "{DIFF}\n"
|