scc

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

commit 2a6b1c4a0470a3b5557465335eea061304325f62
parent 2cbff515b34c006f69257f73f6a5db7a3fe6031a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 20 Dec 2017 01:41:20 +0100

[as-z80] Fix push code

Diffstat:
Mas/target/x80/x80.dat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/as/target/x80/x80.dat b/as/target/x80/x80.dat @@ -100,7 +100,7 @@ LD SP,IY 2 0xfd,0xf9 noargs Z80,R800 PUSH qq 1 0xc5 r16_xx Z80,R800,GB80 PUSH IX 2 0xdd,0xe5 noargs Z80,R800 -PUSH IY 2 0xdd,0xe5 noargs Z80,R800 +PUSH IY 2 0xfd,0xe5 noargs Z80,R800 POP qq 1 0xc1 r16_xx Z80,R800,GB80 POP IX 2 0xdd,0xe1 noargs Z80,R800 POP IY 2 0xfd,0xe1 noargs Z80,R800