Files
rgbds/test/link/rst-bad.asm
ISSOtm b1cd730db2 Add link-time RST instruction
This allows using a label as the argument to a `rst` instruction
Fixes rednex#448
2020-02-03 21:07:12 +01:00

4 lines
68 B
NASM

SECTION "bad", ROM0[0]
rst bad
bad: ; This is not at a RST vector!