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
Implement the BITD 6309 instruction mnemonic in the assembler. Performs a logical AND between D and a memory value, however, the value is not stored. Sets the condition code register accordingly.
Implement the
BITD
6309 instruction mnemonic in the assembler. Performs a logical AND betweenD
and a memory value, however, the value is not stored. Sets the condition code register accordingly.Immediate - $1085, 4 bytes
Direct - $1095, 3 bytes
Indexed - $10A5, 3+ bytes
Extended - $10B5, 4 bytes
Example:
Note that overflow
V
is always 0, and only the negativeN
and zeroZ
flags are modified.The text was updated successfully, but these errors were encountered: