mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-18 14:40:33 +00:00
Correct MOVEA output.
This commit is contained in:
parent
e30a02a0c0
commit
6207f2ab41
@ -3077,6 +3077,7 @@ struct ProcessorStorageConstructor {
|
||||
continue;
|
||||
}
|
||||
operation = is_long_word_access ? Operation::MOVEAl : Operation::MOVEAw;
|
||||
dumper.set_operation(operation);
|
||||
}
|
||||
|
||||
// ... there are also no byte moves from address registers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user