aboutsummaryrefslogtreecommitdiff
path: root/src/example/cpc.asm
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-12-22 13:47:51 +0000
committerIan C <ianc@noddybox.co.uk>2016-12-22 13:47:51 +0000
commit4bf4be55566440d9c08a48a38759f302b2d4cb02 (patch)
treeef1d7818e0bcd3339971f5ae1c423cbe83b97693 /src/example/cpc.asm
parenta29f0032694cda4167e02d954d5b88ab89249e2b (diff)
First stab at CPC TAPE file.
Diffstat (limited to 'src/example/cpc.asm')
-rw-r--r--src/example/cpc.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/example/cpc.asm b/src/example/cpc.asm
index 1490cf9..aa9fcb0 100644
--- a/src/example/cpc.asm
+++ b/src/example/cpc.asm
@@ -4,7 +4,7 @@
;
; RUN ""
- option output-file,cpc.cdt
+ option output-file,cpc.tap
option output-format,cpc
option cpc-start,start
@@ -18,5 +18,5 @@ loop:
inc hl
jr loop
-msg: org $9000
+msg: org $8800
defb "Hello World",0