Transputer Instruction Set
Instruction References
Transputer Instruction Set: A compiler writer's guide - 1988 (72-TRN-119-05, ISBN-10 0-13-929100-8)
Transputer Instruction Set: Appendix - 1988
Transputer Instruction Set: Support for debugging/breakpointing in transputers - 72-TCH-061
Transputer Instruction Set: A assembler reference guide - 201X
Alongside the "Transputer Instruction Sets" there are three further essential books on this topic:
Transputer Assembly Language Programming (John Roberts) - 1992 (ISBN-10 0-442-00872-4)
ST20C2/C4 Core Instruction Set Reference Manual - January 1996 (72-TRN-273-01)
The Transputer Handbook (Ian Graham, Tim King) - 1990 (ISBN-10 0-13-929134-2)
For a further deep insight of the transputer instruction set you can inspect Julian Highfield emulator source code.
Based on this code there is an enhanced transputer emulator for Windows (x86) called JServer from Gavin Crate, UK.
You can find more information about this notable project here: [transputeremulator]
Simple Code Lookup
You can specify opcodes like taltwt, fpldnladddb, ajw -4, opr #10 or memory codes like #25 #FD.
Back to the top