I just checked my notes, and what I did was use the recommended as65 assembler to make a binary file, and then transform the binary file into a load of dcb statements. I then pasted the dcb statements into an easy6502 window, perhaps with a .org directive.
Code: Select all
$ xxd -p *bin|sed 's/\(..\)/,$\1/g;s/^/dcb/;s/,/ /' | head
dcb $4c,$87,$43,$00,$ff,$ff,$ff,$ff,$ff,$ff,$c3,$82,$41,$00,$7f,$00,$00,$00,$00,$00,$00,$1f,$71,$80,$0f,$ff,$7f,$80,$ff,$0f
dcb $8f,$8f,$00,$02,$01,$02,$02,$02,$03,$02,$04,$02,$08,$01,$33,$02,$34,$02,$35,$02,$36,$02,$3b,$01,$3c,$02,$3d,$02,$3e,$02
dcb $3f,$02,$40,$02,$41,$02,$42,$02,$43,$02,$38,$02,$39,$02,$3a,$02,$3b,$02,$58,$02,$59,$02,$59,$01,$5a,$01,$00,$00,$00,$00
dcb $00,$00,$00,$00,$00,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff