shithub: scc

Download patch

ref: 91fed3bef2dc398abc6ece12153a3fda8b213476
parent: 8e3bfac935622927d740135a2d0cb970743632c6
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Dec 27 07:14:40 EST 2017

[as-z80] Add direct addressing tests

--- a/as/target/z80/test.s
+++ b/as/target/z80/test.s
@@ -56,7 +56,7 @@
 	SCF		/ 37
 /38 n	JR C, PC + n
 	ADD	%HL,%SP	/ 39
-	LD	%A, (16384)	/ 3A 00 40
+	LD	%A,(16384)	/ 3A 00 40
 	DEC	%SP	/ 3B
 	INC	%A	/ 3C
 	DEC	%A	/ 3D