1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Add CMPAl.

This commit is contained in:
Thomas Harte 2022-05-03 09:20:02 -04:00
parent 2f2d6bc08b
commit c61809f0c4
2 changed files with 3 additions and 1 deletions

View File

@ -370,6 +370,8 @@ template <
status.overflow_flag_ = sub_overflow() & 0x80000000;
} break;
// TODO: is there any benefit to keeping both of these?
case Operation::CMPAl:
case Operation::CMPl: {
const auto source = uint64_t(src.l);
const auto destination = uint64_t(dest.l);

View File

@ -1855,7 +1855,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
#undef lsl
#undef asl
#undef set_flags
#undef set_flagsx
#undef decode_shift_count
#undef set_flags_b
#undef set_flags_w