TX-2 / TX-2-simulator

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

Implement JNA opcode #10

Open jamesyoungman opened 2 years ago

jamesyoungman commented 2 years ago

This is a reasonably good starter issue because we already implemented SKM (in op_jump.rs) and this jump instruction will have a similar instruction, but a simpler condition (the comparison part is already implemented in the base crate, too).

JNA is described on page 3-32 of the Users Handbook: http://www.bitsavers.org/pdf/mit/tx-2/TX-2_UserHandbook_ch3.pdf