mirror of
https://github.com/fachat/xa65.git
synced 2024-11-04 13:06:43 +00:00
14 lines
83 B
NASM
14 lines
83 B
NASM
|
|
;
|
|
; FILE image.a
|
|
;
|
|
|
|
#include "cpu.inc"
|
|
|
|
.text
|
|
*=$C000
|
|
|
|
Foo:
|
|
WDM(170)
|
|
|