mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
4 lines
86 B
NASM
4 lines
86 B
NASM
SECTION "sec", ROM0
|
|
foo:
|
|
add sp, .bar ; rgblink gives an "Unknown symbol" error here
|