mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-01 10:06:24 +00:00
d80132e941
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.
36 lines
746 B
ArmAsm
36 lines
746 B
ArmAsm
!cpu 65816
|
|
* = $1000
|
|
!as
|
|
!rs
|
|
lda L10AC
|
|
ora L10BC
|
|
rts
|
|
|
|
!byte $33
|
|
!byte $33
|
|
!byte $33
|
|
!byte $80
|
|
!text "4444"
|
|
!byte $80
|
|
!text "55555"
|
|
!byte $80
|
|
!text "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM"
|
|
!byte $80
|
|
!fill 63,$4c
|
|
!byte $81
|
|
!byte $00
|
|
!byte $00
|
|
!byte $00
|
|
!byte $81
|
|
!byte $00
|
|
!byte $00
|
|
!byte $00
|
|
!byte $00
|
|
!byte $81
|
|
!fill 5,$00
|
|
!byte $81
|
|
!fill 8,$00
|
|
L10AC !fill 8,$00
|
|
!fill 8,$82
|
|
L10BC !fill 8,$82
|