mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
Add more tests for things that only the external tests had covered
This commit is contained in:
10
test/asm/const-low.asm
Normal file
10
test/asm/const-low.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
section "good", romx, align[8, 1]
|
||||
Alpha:
|
||||
static_assert LOW(Alpha) == 1
|
||||
db 99
|
||||
Beta:
|
||||
static_assert LOW(Beta) == 2
|
||||
|
||||
section "bad", romx, align[7, 3]
|
||||
Gamma:
|
||||
static_assert LOW(Gamma) == 3
|
||||
Reference in New Issue
Block a user