1
2SECTION "test", ROM0
3
4	ds 123
5
6FloatingBase:
7	assert WARN, FloatingBase & 0, "Worry about me, but not too much."
8	assert FAIL, FloatingBase & 0, "Okay, this is getting serious!"
9	assert FATAL, FloatingBase & 0, "It all ends now."
10	assert FAIL, FloatingBase & 0, "Not even time to roll credits!"
11	assert WARN, 0, "Still can finish the film, though!"
12