diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:15:08 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:15:08 +0100 |
commit | 4615bf4b669af244f7a2aa71af60cb363b08c472 (patch) | |
tree | 70f2fa865ee20ecd2fdba36e3c93f9de5a547d35 /src/example/cpc.asm | |
parent | 16e3e35846578e2df90a0c0d75bc2ff41e403946 (diff) |
Imported V1.8V1.8
Diffstat (limited to 'src/example/cpc.asm')
-rw-r--r-- | src/example/cpc.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/example/cpc.asm b/src/example/cpc.asm index 5a37702..e1f00bc 100644 --- a/src/example/cpc.asm +++ b/src/example/cpc.asm @@ -7,12 +7,13 @@ option output-file,cpc.cdt option output-format,cpc option cpc-start,start + option cpc-loader,true start: org $8000 ld hl,msg call print - jp $ + ret org $8400 print: |