mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
21
test/asm/ccode.asm
Normal file
21
test/asm/ccode.asm
Normal file
@@ -0,0 +1,21 @@
|
||||
SECTION "ccode test", ROM0[0]
|
||||
|
||||
Label:
|
||||
|
||||
.local1
|
||||
jp z, Label
|
||||
jr nz, .local1
|
||||
call c, Label
|
||||
call nc, Label
|
||||
|
||||
.local2
|
||||
jp !nz, Label
|
||||
jr !z, .local2
|
||||
call !nc, Label
|
||||
call !c, Label
|
||||
|
||||
.local3
|
||||
jp !!z, Label
|
||||
jr !!nz, .local3
|
||||
call !!c, Label
|
||||
call !!nc, Label
|
||||
0
test/asm/ccode.err
Normal file
0
test/asm/ccode.err
Normal file
0
test/asm/ccode.out
Normal file
0
test/asm/ccode.out
Normal file
BIN
test/asm/ccode.out.bin
Normal file
BIN
test/asm/ccode.out.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user