mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
3c5e1caa7c
Fixes #760
4 lines
86 B
NASM
4 lines
86 B
NASM
SECTION "sec", ROM0
|
|
foo:
|
|
add sp, .bar ; rgblink gives an "Unknown symbol" error here
|