mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
224 B
NASM
8 lines
224 B
NASM
; The following link-time assertion is known by RGBASM to be okay.
|
|
; This previously caused it to still pass the assertion to RGBLINK with an empty
|
|
; RPN expression
|
|
|
|
SECTION "rgbasm passing asserts", ROM0[0]
|
|
db 0
|
|
assert @
|