mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
32d59eafa3
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@281 4df02467-bbd4-4a76-a152-e7ce94205b78
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
;ACME 0.97
|
|
!cpu 4502
|
|
!to "out-4502.o", plain
|
|
*=$1000
|
|
!src "include-6502.a"
|
|
; !src "include-65c02.a" ; not used, because 65ce02 changes "(zp)" to "(zp), z"
|
|
!src "include-bitmanips.a"
|
|
!src "include-65ce02.a"
|
|
; this differs between 65ce02 and 4502:
|
|
map ; $5c
|
|
; this is an alias for NOP:
|
|
eom ; $ea, "end of mapping"
|