mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Add CMPAl.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user