mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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:
|
||||
0
test/asm/ds-@.err
Normal file
0
test/asm/ds-@.err
Normal file
0
test/asm/ds-@.out
Normal file
0
test/asm/ds-@.out
Normal file
BIN
test/asm/ds-@.out.bin
Normal file
BIN
test/asm/ds-@.out.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user