The first .as file is read and compiled correctly. (Though it wastes too
commite60bffea5a273c264e0764d798d625b84f1aa536
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Tue, 29 Jul 2014 19:42:17 +0000 (29 21:42 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Tue, 29 Jul 2014 19:42:17 +0000 (29 21:42 +0200)
tree538456669390d1cafd3805d8a5202d2aea41c09d
parent52a84465e282d23b35eaa5ec587c8828ad25b165
The first .as file is read and compiled correctly. (Though it wastes too
much space due to VERY conservative space estimation.) But it's a nice
start.
17 files changed:
.gitignore
makefile
src/data/x86_insalias.ltxt
src/data/x86_inslist.ltxt
src/x86/src/x86_xx_callingconvention.lcpp
src/x86/src/x86_xx_codegen.lcpp
tests/test_allinstructions.cpp
tests/test_asm.cpp
tests/test_asm.h
tests/test_asm_x86_xx.lcpp [deleted file]
tests/test_asm_x86_xx_ext.lcpp [new file with mode: 0644]
tests/test_asm_x86_xx_ins.lcpp [new file with mode: 0644]
tests/test_asm_x86_xx_reg.lcpp [new file with mode: 0644]
tests/test_simplecodegen.cpp
tests/test_unittest.cpp
tests/x86/x86_arith.ins
tools/x86_instool.lua