mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
14
test/asm/ds-@.asm
Normal file
14
test/asm/ds-@.asm
Normal file
@@ -0,0 +1,14 @@
|
||||
SECTION "test fixed", ROM0[0]
|
||||
|
||||
FixedStart:
|
||||
ds 8, (@ - FixedStart) * 2 + zero
|
||||
ds 8, (@ - FixedStart) * 2 + zero
|
||||
|
||||
SECTION "test floating", ROM0
|
||||
|
||||
FloatingStart:
|
||||
ds 8, (@ - FloatingStart) * 2 + zero
|
||||
ds 8, (@ - FloatingStart) * 2 + zero
|
||||
|
||||
SECTION "zero", ROM0[0]
|
||||
zero:
|
||||
Reference in New Issue
Block a user