Files
rgbds/test/asm/jr-section.asm
2023-11-02 10:18:59 +01:00

7 lines
80 B
NASM

SECTION "Test", ROM0
Label:
jr Label
def DIFF equ Label - @
PRINTLN "{DIFF}"