scc

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

commit 8b1b1a5298a897113ec0852478281ba655c205e9
parent 42f47d7e5000112d0b3c2040b018fc5acd6363d3
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat,  3 Feb 2018 23:21:29 +0100

[as-z80] Add Zilog style symbol directives

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

diff --git a/as/target/x80/x80.dat b/as/target/x80/x80.dat @@ -27,7 +27,9 @@ .TYPE sym,imm16 0 none type Z80,R800,GB80 .TYPE imm16 0 none type Z80,R800,GB80 .GLOBL sym+ 0 none global Z80,R800,GB80 +.PUBLIC sym+ 0 none global Z80,R800,GB80 .EXTERN sym+ 0 none extrn Z80,R800,GB80 +.EXTRN sym+ 0 none extrn Z80,R800,GB80 .STRING string+ 0 none string Z80,R800,GB80 .ASCII string+ 0 none ascii Z80,R800,GB80 .ALIGN imm16+ 0 none align Z80,R800,GB80