Add a completely non-tested table-based MIPS assembler.
authorDavid Given <dg@cowlark.com>
Sat, 1 Sep 2018 17:35:31 +0000 (19:35 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 1 Sep 2018 17:35:31 +0000 (19:35 +0200)
commit4741ed8e14ebea48b25b8bf3b20dbacebaffac3d
treed2d8fc0aae9e2a5065f4f475d5ffbea5c499b237
parent8d321900b4e2df2ab5630bac921b6892bb43bb0f
Add a completely non-tested table-based MIPS assembler.
17 files changed:
build.lua
h/out.h
mach/mips/as/build.lua [new file with mode: 0644]
mach/mips/as/instructions.dat [new file with mode: 0644]
mach/mips/as/mach0.c [new file with mode: 0644]
mach/mips/as/mach1.c [new file with mode: 0644]
mach/mips/as/mach2.c [new file with mode: 0644]
mach/mips/as/mach3.c [new file with mode: 0644]
mach/mips/as/mach4.c [new file with mode: 0644]
mach/mips/as/mach5.c [new file with mode: 0644]
mach/mips/as/mktables.lua [new file with mode: 0755]
mach/proto/as/build.lua
mach/proto/as/comm0.h
plat/linuxmips/build-pkg.lua [new file with mode: 0644]
plat/linuxmips/build-tools.lua [new file with mode: 0644]
plat/linuxmips/descr [new file with mode: 0644]
plat/linuxmips/include/build.lua [new file with mode: 0644]