Feature Request
An implementation for the AND instruction needs to be added to the emulation layer. Below is a brief description of the AND instruction taken from the M68000 Programmers Reference Manual.
Performs an AND operation of the source operand with the destination operand and stores the result in the destination location. The size of the operation can be specified as byte, word, or long. The contents of an address register may not be used as an operand.
Describe the solution you'd like
The solution should match the existing conventions and patterns used by other implemented instructions. At the time of reporting this only includes the ABCD instruction.
Describe alternatives you've considered
N/a
Additional context
N/a
Feature Request
An implementation for the
ANDinstruction needs to be added to the emulation layer. Below is a brief description of the AND instruction taken from the M68000 Programmers Reference Manual.Describe the solution you'd like
The solution should match the existing conventions and patterns used by other implemented instructions. At the time of reporting this only includes the
ABCDinstruction.Describe alternatives you've considered
N/a
Additional context
N/a