Files
rgbds/test/asm/ff00+c-label.asm
2023-11-02 10:18:59 +01:00

12 lines
190 B
NASM

def CONSTANT equ 42
PRINTLN $ff00 + CONSTANT
SECTION "Overreading much?", ROM0[0]
jp $ff00 + CONSTANT
jp $ff00 + carryOnPlease
jp $ff00+CONSTANT
jp $ff00+carryOnPlease
carryOnPlease: