scc

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

commit 9b63b789c29a09dc02cd3755f78cb35be94040a5
parent fffbebb7a49b1cdf3284149211cae808373e2325
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 15 May 2018 20:28:47 +0100

[as/8086] Add first test case in 8086 assembler

Diffstat:
Aas/target/x86/8086-test.s | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/as/target/x86/8086-test.s b/as/target/x86/8086-test.s @@ -0,0 +1 @@ + ADDB %AL,(%AX) / 00 01