shithub: scc

Download patch

ref: ff58427122a2ef2ae2c93fbef590ff2cce43b7b1
parent: c29e1e711c5e0b6ad83f93d65a88d320302402d1
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Dec 18 19:56:44 EST 2017

[as-z80] Add more instructions to the test

--- a/as/target/z80/test.s
+++ b/as/target/z80/test.s
@@ -1,7 +1,7 @@
 	NOP		/ 00
-/01 n n	LD BC, nn
-/02	LD (BC), A
-/03	INC BC
+	LD	%BC,64	/ 01 40 00
+	LD	(%BC),%A	/ 02
+	INC	%BC	/ 03
 /04	INC B
 /05	DEC B
 /06 n	LD B, n