pub(super) fn opcode_auto_hold_bit(opcode: Unsigned6Bit) -> u64
Expand description
Return the default value of the hold bit for the indicated opcode.
Some instructions are assembled with the hold bit automatically
set. These are JPX
, JNX
, LDE
, ITE
. See Users Handbook,
section 4-3.2 on page 4-5.