Finished BOOL, FBT, UDMD and DMOD
This commit is contained in:
@@ -13,7 +13,8 @@ namespace spider {
|
||||
fetchOperDst();
|
||||
switch(_size){
|
||||
case 0b00: //byte
|
||||
_dst->_u8 = 1;
|
||||
|
||||
_dst->_u8 = _src->_u8 == 0;
|
||||
case 0b01: //short
|
||||
_dst->_u16 = 1;
|
||||
case 0b10: //int
|
||||
|
||||
Reference in New Issue
Block a user