scc

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

commit 9f52eec64fc769bb4306ef0e368b1f6ced0f47cc
parent c237ebcf520436742745b1e80406e6c5d2591732
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 14 Dec 2017 15:14:11 +0000

[as-z80] Add = pseudo instruction

Unix assemblers use = instead of using equ. We can support both
without too many problems.

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

diff --git a/as/target/x80/x80.dat b/as/target/x80/x80.dat @@ -14,6 +14,7 @@ .DQ imm64+ 0 none defq Z80,R800,GB80 .DEFQ imm64+ 0 none defq Z80,R800,GB80 .EQU imm16 0 none equ Z80,R800,GB80 += imm16 0 none equ Z80,R800,GB80 NOP none 1 0x00 noargs Z80,R800,GB80 EI none 1 0xfb noargs Z80,R800,GB80 DI none 1 0xf3 noargs Z80,R800,GB80