scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 6c5b9c972895b084424711dc3e0eab4b34c23fcc
parent 5a2d0834f265ffc02702612d45d5b54fbe305026
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 19 Dec 2017 08:43:26 +0000

[as-z80] Add more instructions to the test

Diffstat:
Mas/target/z80/test.s | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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