mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
a3d36ca156
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@280 4df02467-bbd4-4a76-a152-e7ce94205b78
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
;ACME 0.97
|
|
!cpu c64dtv2
|
|
!to "out-c64dtv2.o", plain
|
|
*=$1000
|
|
!src "include-6502.a"
|
|
C64DTV2 = 1 ; make next include skip the ANC instruction (not supported by C64DTV2)
|
|
!src "include-undoc.a"
|
|
; additional instructions of C64DTV2:
|
|
bra * + 2 ; 12, branch always
|
|
sac #$32 ; 32, set accumulator mapping
|
|
sir #$42 ; 42, set index register mapping
|