This group complements the "dynarec" group; it is for people working on static translation of code from one architecture to another (or even to a high-level target such as C, but not at the level of a decompiler). All levels are welcome, from manufacturers porting legacy code from ancient mainframes, to hobbyists porting their favourite old arcade game to their PDA. Static recompilation is for use where emulation doesn't have enough steam!
I thought someone might find this interesting - a story from a couple of days ago: http://www.gamesetwatch.com/2009/07/source_code_for_over_a_dozen_7.php
... just ... http://www.gtoal.com/apple1/template.apple1 The updated disassembly is http://www.gtoal.com/apple1/apple1.asm.txt ... so ... Well, first priority
... Sweet! Can you send me the latest template? ... I haven't implemented the opcodes for anything more than a disassembly, so if you try to emit C code,
... Well, that's lucky! Usually it completely goes off into the weeds when it attempts to disassemble data. ... The 6502 module wasn't complete and probably
... and when I made the $FF opcode into data, it generated an output file just fine, and the few missing code sections all look to be there now... My copy of