scc

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

commit 5d58ff94b7924facc91433c5df45fa6788d32c2c
parent f86ee47da07f4798b99313f4d47ba882155a9ad8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 19 Dec 2017 00:56:44 +0100

[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 @@ -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