mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Separate multiple instructions per line with :: (#1210)
This commit is contained in:
11
test/asm/multiple-instructions.asm
Normal file
11
test/asm/multiple-instructions.asm
Normal file
@@ -0,0 +1,11 @@
|
||||
SECTION "test", ROM0
|
||||
|
||||
push hl :: pop hl :: ret
|
||||
|
||||
Label: nop :: call z, .local :: ld b, a
|
||||
.local push bc :: jr z, Label :: pop bc
|
||||
nop :: ld a, \
|
||||
b :: ret
|
||||
|
||||
Label2::jr Label2::ret
|
||||
.local2::call nz, .local2::ret
|
||||
Reference in New Issue
Block a user