Finished BOOL, FBT, UDMD and DMOD

This commit is contained in:
2026-04-06 17:56:00 -06:00
parent 484c2a6afe
commit 0449074ef6
2 changed files with 23 additions and 14 deletions
+2 -1
View File
@@ -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