From 4bf4be55566440d9c08a48a38759f302b2d4cb02 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 22 Dec 2016 13:47:51 +0000 Subject: First stab at CPC TAPE file. --- src/example/cpc.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/example/cpc.asm') 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 -- cgit v1.2.3