mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 19:39:36 +00:00
b1cd730db2
This allows using a label as the argument to a `rst` instruction Fixes rednex#448
4 lines
68 B
NASM
4 lines
68 B
NASM
SECTION "bad", ROM0[0]
|
|
rst bad
|
|
bad: ; This is not at a RST vector!
|