ref: 609f926b42931b6ed5b7f778ad7af519488ac20f
parent: 7b193c3dadbe36acdcf3e203f5bd36b95b4c57b6
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Dec 19 03:43:26 EST 2017
[as-z80] Add more instructions to the test
--- a/as/target/z80/test.s
+++ b/as/target/z80/test.s
@@ -5,9 +5,9 @@
INC %B / 04
DEC %B / 05
LD %B,32 / 06 20
-/07 RLCA
-/08 EX AF, AF’
-/09 ADD HL, BC
+ RLCA / 07
+ EX %AF,%AF' / 08
+ ADD %HL,%BC / 09
/0A LD A, (BC)
/0B DEC BC
/0C INC C