10 Commits

Author SHA1 Message Date
Mikael Pettersson
b0aaba8f9a pdp10-opcodes: complete rewrite 2015-04-19 18:28:27 +02:00
Mikael Pettersson
af1fd536c2 pdp10-tools: Add GPL License and a README, remove old 'as' prototype 2015-04-19 18:27:43 +02:00
Mikael Pettersson
aedc489357 replace ehdr.e_wident[4] junk with standard e_ident[EI_NIDENT], add top-level Makefile, add TODO 2014-04-08 20:46:27 +00:00
Mikael Pettersson
4c312678ff readelf: add Makefile 2013-07-27 10:23:40 +00:00
Mikael Pettersson
f8fd594c7f readelf: bump version to 0.1 and hoist its definition to the start of the file 2013-07-17 16:12:42 +00:00
Mikael Pettersson
bf6570bdde readelf: implement disassembly of .text sections, with labels from symtab 2013-07-16 16:55:02 +00:00
Mikael Pettersson
d58f6f8920 gen-test1: correct value for HALT insn 2013-07-16 16:53:18 +00:00
Mikael Pettersson
8f37f6155e readelf: prettify output, always prefix hex with 0x, avoid hex for non-addresses, do not print data both raw and symbolic, instead print it symbolic with raw only as fallback for unknown cases 2013-07-16 11:45:12 +00:00
Mikael Pettersson
3fe558d6cf readelf: update gen-test1.c to create a complete .o file with sections, string tables, symbol table, and a .text section; update readelf.c to parse and display section headers and the symbol table both while using string tables to display proper names 2013-07-16 10:59:06 +00:00
Mikael Pettersson
42f7cb666f readelf: start implementing readelf clone, currently capable of parsing command line options, reading, verifying, and printing Elf36_Ehdr; add gen-test1.c which outputs a minimal Elf36 .o file 2013-07-10 20:02:19 +00:00