mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
12
test/asm/anon-label.asm
Normal file
12
test/asm/anon-label.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
SECTION "Anonymous label test", ROM0[0]
|
||||
|
||||
ld hl, :++
|
||||
: ld a, [hli]
|
||||
ldh [c], a
|
||||
dec c
|
||||
jr nz, :-
|
||||
ret
|
||||
|
||||
:
|
||||
dw $7FFF, $1061, $03E0, $58A5
|
||||
Reference in New Issue
Block a user