Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/z80/colonless.s
2023-03-06 14:48:14 +01:00

18 lines
204 B
ArmAsm

.text
;; colon less labels test
start
ld a,0
.L_next
jr z,finish
ld a,1
.L_xx ld a,2
ld a,3
jr start
jr .L_next
jr .L_xx
label jp (hl)
finish ret
temp = 1234
temp .defl 4321
temp1 equ 4247
.end