This is going to be a suite of static binary translators (or if you prefer, compiled instruction set simulators) written using the advice from my Static Binary Translation HOWTO document. I intend to support 6502, 6809, z80, cinematronic (CCPU) and 68000. Each translator will be built separately but will share some common back-end code and overall structure. There will be a tree-walking disassembler for each architecture, which will pass one instruction at a time to a translation procedure. Optionally, the disassemblers can take hints as to the binary file structure, and those hints may be generated by adding disassembly support to an emulator for a specific platform for each architecture. A document will be written with hints as to how to add this instrumentation to any arbitrary emulator. At the start of this project, the 'rough draft' versions of each of the translators is unlikely to be ready for use. These were all separate projects and very much of experimental or 'work in progress' status. Graham Toal, 20200417