more changes

This commit is contained in:
2026-06-07 14:45:10 -06:00
parent ccd6248973
commit 0ad9172dce
+1 -4
View File
@@ -106,8 +106,7 @@ namespace spider {
(this->*_post)();
}
void CPU::EXS() { // THIS IS INCORRECT!!!
// TODO: Implement EXS
void CPU::EXS() {
fetchOperDst();
switch(_size){
case 0b00: //byte
@@ -123,8 +122,6 @@ namespace spider {
_dst->_i64 = _dst->_i64;
break;
}
_dst->_u32 = _dst->_u8;
(this->*_post)();
}
void CPU::INC() {