TX-2-simulator
TX-2-simulator copied to clipboard
Implement SPF opcode
trafficstars
This should be straightforward, based on the existing implementation of SPG (in op_configuration.rs).
This is described on page 3-54 of the User's Handbook. That is available on-line as http://www.bitsavers.org/pdf/mit/tx-2/TX-2_UserHandbook_ch3.pdf
This is a good starter project because SPF only does part of the work of SPG, and we already implemented SPG.