aboutsummaryrefslogtreecommitdiff
path: root/src/example/cpc.asm
diff options
context:
space:
mode:
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