mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
7 lines
80 B
NASM
7 lines
80 B
NASM
SECTION "Test", ROM0
|
|
|
|
Label:
|
|
jr Label
|
|
def DIFF equ Label - @
|
|
PRINTLN "{DIFF}"
|