Separate multiple instructions per line with :: (#1210)

This commit is contained in:
Rangi
2023-11-05 13:13:33 -05:00
committed by GitHub
parent 0afb6cd53c
commit 28358b55fe
10 changed files with 88 additions and 46 deletions

View 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