mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-26 15:32:04 +00:00
Add CMPAl
.
This commit is contained in:
parent
2f2d6bc08b
commit
c61809f0c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user