TX-2-simulator icon indicating copy to clipboard operation
TX-2-simulator copied to clipboard

Implement JPA opcode

Open jamesyoungman opened this issue 3 years ago • 1 comments
trafficstars

jamesyoungman avatar Mar 29 '22 20:03 jamesyoungman

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).

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

jamesyoungman avatar Mar 29 '22 21:03 jamesyoungman