aboutsummaryrefslogtreecommitdiff
path: root/src/example/cpc.asm
diff options
context:
space:
mode:
authorIan Cowburn <ianc@noddybox.local>2019-02-04 08:06:03 +0000
committerIan Cowburn <ianc@noddybox.local>2019-02-04 08:06:03 +0000
commitf8c7967f9cc8fd848ef970d4b53fd0dedf17150c (patch)
tree7cd8a313746c35ced6552a368130e9b9dde817f3 /src/example/cpc.asm
parent9f32d1e5e165b4d2dd5394bf29a8d2c335d2c46e (diff)
Modified CPC tape out. Still not working.
Diffstat (limited to 'src/example/cpc.asm')
-rw-r--r--src/example/cpc.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/example/cpc.asm b/src/example/cpc.asm
index 1a368f2..0c9ff5e 100644
--- a/src/example/cpc.asm
+++ b/src/example/cpc.asm
@@ -8,7 +8,7 @@
option output-format,cpc
option cpc-start,start
-start: org $8000
+start: org $8000
ld hl,msg
loop:
@@ -16,7 +16,7 @@ loop:
ret z
call $bb5a
inc hl
- jr loop
+ jr loop
-msg: org $8800
- defb "Hello World",0
+ org $8800
+msg: defb "Hello World",0