1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 16:29:03 +00:00
6502bench/SourceGen/SGTestData/Expected/10022-embedded-instructions_acme.S

26 lines
424 B
ArmAsm
Raw Normal View History

!cpu 65816
* = $1000
!as
!rs
jsr L1006
jmp L1020
L1006 sep #$30
lda $00
beq @L100F
lda #$00
brk
@L100F sta+3 $012345
lda $00
beq @L101A
lda #$00
!byte $85
@L101A !byte $8f
eor $23
!byte $01
nop
rts
L1020 !byte $af