Files
rgbds/test/link/assert.asm
ISSOtm fb58166e5d Add assertions
Closes #292
2020-03-21 23:00:38 +01:00

12 lines
350 B
NASM

SECTION "test", ROM0
ds 123
FloatingBase:
assert WARN, FloatingBase & 0, "Worry about me, but not too much."
assert FAIL, FloatingBase & 0, "Okay, this is getting serious!"
assert FATAL, FloatingBase & 0, "It all ends now."
assert FAIL, FloatingBase & 0, "Not even time to roll credits!"
assert WARN, 0, "Still can finish the film, though!"