You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first operand of the BTJOP/BTJZP instructions can be a Register A or B or a constant
The A6 and A7 opcodes are for the constant.
The following, from my disassembly should all be constant-comparisons. The
A and B register variants have different opcodes (86, 87, 96, 97). A and B are also known as R0 and R1.
The first operand of the BTJOP/BTJZP instructions can be a Register A or B or a constant
The A6 and A7 opcodes are for the constant.
The following, from my disassembly should all be constant-comparisons. The
A and B register variants have different opcodes (86, 87, 96, 97). A and B are also known as R0 and R1.
(tested with the latest version)
The text was updated successfully, but these errors were encountered: