Merge branch 'main' of git.sintekanalytics.com:SpiderLang/spider-runtime
This commit is contained in:
@@ -106,8 +106,7 @@ namespace spider {
|
|||||||
(this->*_post)();
|
(this->*_post)();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CPU::EXS() { // THIS IS INCORRECT!!!
|
void CPU::EXS() {
|
||||||
// TODO: Implement EXS
|
|
||||||
fetchOperDst();
|
fetchOperDst();
|
||||||
switch(_size){
|
switch(_size){
|
||||||
case 0b00: //byte
|
case 0b00: //byte
|
||||||
@@ -123,8 +122,6 @@ namespace spider {
|
|||||||
_dst->_i64 = _dst->_i64;
|
_dst->_i64 = _dst->_i64;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
_dst->_u32 = _dst->_u8;
|
|
||||||
(this->*_post)();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CPU::INC() {
|
void CPU::INC() {
|
||||||
|
|||||||
Reference in New Issue
Block a user