scc

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

commit d3ab784143ff71dd7d12e79b8032d68b8846f172
parent 74b602e76f2daefe3008aa57635c847bcdfd04ed
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 19 Dec 2017 14:23:41 +0000

[as-z80] Add SP to the list of registers

Diffstat:
Mas/target/z80/proc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/as/target/z80/proc.c b/as/target/z80/proc.c @@ -40,6 +40,7 @@ iarch(void) "R", AREG_R, "I", AREG_I, "AF'", AREG_AF_, + "SP", AREG_SP, NULL, }, *bp;