]> granicus.if.org Git - yasm/commit
Split x86-specific stuff away from bytecode.
authorPeter Johnson <peter@tortall.net>
Mon, 5 Nov 2001 05:49:19 +0000 (05:49 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 5 Nov 2001 05:49:19 +0000 (05:49 -0000)
commitf58d7cb0931d5aed699c1cc20bceaa24531b2ec4
tree4486626552cf71badc25c680e3332867b2505d86
parent65810babc4709574fae9162fa798e17234b7b200
Split x86-specific stuff away from bytecode.

svn path=/trunk/yasm/; revision=316
49 files changed:
frontends/yasm/yasm.c
libyasm/arch.c [new file with mode: 0644]
libyasm/arch.h
libyasm/bc-int.h [new file with mode: 0644]
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/linemgr.c
libyasm/linemgr.h
libyasm/section.c
libyasm/symrec.c
libyasm/tests/Makefile.am
libyasm/tests/bytecode_test.c
modules/arch/x86/Makefile.am
modules/arch/x86/arch.c
modules/arch/x86/bytecode.c [new file with mode: 0644]
modules/arch/x86/x86-int.h [new file with mode: 0644]
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h [new file with mode: 0644]
modules/arch/x86/x86bc.c [new file with mode: 0644]
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/gen_instr.pl
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/token.l.in
src/Makefile.am
src/arch.c [new file with mode: 0644]
src/arch.h
src/arch/x86/Makefile.am
src/arch/x86/arch.c
src/arch/x86/bytecode.c [new file with mode: 0644]
src/arch/x86/x86-int.h [new file with mode: 0644]
src/arch/x86/x86arch.c
src/arch/x86/x86arch.h [new file with mode: 0644]
src/arch/x86/x86bc.c [new file with mode: 0644]
src/bc-int.h [new file with mode: 0644]
src/bytecode.c
src/bytecode.h
src/globals.c
src/globals.h
src/linemgr.c
src/linemgr.h
src/main.c
src/parsers/nasm/bison.y.in
src/parsers/nasm/gen_instr.pl
src/parsers/nasm/nasm-bison.y
src/parsers/nasm/token.l.in
src/section.c
src/symrec.c
src/tests/Makefile.am
src/tests/bytecode_test.c