Feature Request
An implementation for the ADDI instruction needs to be added to the emulation layer. Below is a brief description of the ADDI instruction taken from the M68000 Programmers Reference Manual.
Adds the immediate data to the destination operand and stores the result in the destination location. The size of the operation may be specified as byte, word, or long. The size of the immediate data matches the operation size.
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
ADDIinstruction needs to be added to the emulation layer. Below is a brief description of the ADDI 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