TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
20 stars 2 forks source link

Implement SPF opcode #13

Open jamesyoungman opened 2 years ago

jamesyoungman commented 2 years ago

This should be straightforward, based on the existing implementation of SPG (in op_configuration.rs).

jamesyoungman commented 2 years ago

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.