compiler/asm
2010-02-14 18:56:43 -08:00
..
asm.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
binary.rb implement OR for r/m32, r32 and r/m8, imm8 2010-02-14 18:56:43 -08:00
cstruct.rb formatted comments 2010-01-19 23:18:16 -08:00
elfsymtab.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
elfwriter.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
macho.rb cleaned up comments on relocation info 2010-01-19 23:18:50 -08:00
machofile.rb support relocation info 2010-01-19 23:19:47 -08:00
machosym.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
machosymtab.rb symbol table now uses offsets instead of absolute addresses 2010-01-19 23:22:40 -08:00
machowriter.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
objwriter.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
registers.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
regproxy.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
symtab.rb symbol table now uses offsets instead of absolute addresses 2010-01-19 23:22:40 -08:00
text.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
varproxy.rb [big commit] use variable proxies to defer address calculation 2010-01-19 23:23:54 -08:00