mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
11 lines
183 B
NASM
11 lines
183 B
NASM
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
|