One instruction ref card I have says there is a JFD, opcode 12, but it's not implemented and it doesn't show up in other references, nor does the simh -1 version have it.
But, a G search finds:
JFD Instruction Details
- Mnemonic: jfd
- Operation Code: 12 (octal)
- Action: Change fields, then set the Program Counter (PC) to the specified address (MA).
- The instruction's 12-bit address part (bits 6-17) specifies the destination address.
- The primary function involves interacting with the memory field system, specifically disabling the instruction field (IF).
Anyone have any info on this? The effect seems to be a direct jump using a 16 bit address, no indirect needed. That would actually be quite useful.
The 12 opcode is used by one of the strange BBN -1D instructions, also not implemented by pidp1, LCH, load character.
Bill