1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-27 11:29:01 +00:00
6502bench/SourceGen/SGTestData/Expected/2011-hinting_acme.S
Andy McFadden d80132e941 Finish ACME v0.96.4 support
There's no easy way to make non-zero-bank 65816 code work, so I'm
punting and just generating a whole-file hex dump for those.  This
renders tests 2007 and 2009 useless, so I'm hesitant to claim that
ACME support is fully functional.
2019-08-04 14:48:42 -07:00

36 lines
629 B
ArmAsm

!cpu 6502
* = $1000
!byte $03
!byte $02
L1002 bit L1002
!byte $2c
lda #$11
nop
!byte $2c
L100A ldx #$ff
nop
jsr L100A
nop
!byte $2c
L1012 ldx #$ff
nop
jsr L1012
jsr $2456
L101B !32 $22a211a9
jsr L101B
jsr L1028
jsr $2456
L1028 !32 $44a233a9
jsr L1037
jsr L103A
nop
lda $2456
rts
L1037 jsr $2456
L103A lda #$55
ldx #$66
rts