From b6b86b40135b448c91177984a8d25518a66d7cdc Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 16 May 2016 11:59:26 +0100 Subject: SPC700 additions. * First completed version of SPC700. Very untested. * Fixed an oddity in the parser regarding quoted values not ending with a separator. These values now appear unquoted with the additional text included in the same argument. --- src/test/cpm.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/cpm.1 b/src/test/cpm.1 index 60ec8c2..7f46637 100644 --- a/src/test/cpm.1 +++ b/src/test/cpm.1 @@ -24,6 +24,7 @@ strout1:macro jr z,end_str call BDOS inc de + inc de jr loop .str defb \*,0 @@ -37,7 +38,7 @@ strout1:macro org $100 strout str - strout1 "Bye world", 13, 10, '$' + strout1 "Bye world", 13, 10, '$$' ret -- cgit v1.2.3