mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
12 lines
190 B
NASM
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:
|