mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-10 08:31:34 +00:00
The quick value won't always fit in reg; turf the problem elsewhere.
This commit is contained in:
parent
1abd3bd7f3
commit
93fe3459fd
@ -203,7 +203,7 @@ enum class AddressingMode: uint8_t {
|
|||||||
/// #
|
/// #
|
||||||
ImmediateData = 0b01'100,
|
ImmediateData = 0b01'100,
|
||||||
|
|
||||||
/// .q; value is provided as the corresponding 'reg'.
|
/// .q; value is embedded in the opcode.
|
||||||
Quick = 0b11'110,
|
Quick = 0b11'110,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user