1
0
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:
Thomas Harte 2022-04-19 17:15:36 -04:00
parent e30a02a0c0
commit 6207f2ab41

View File

@ -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.