Changeset 36 in dev for BasicCompiler32/increment.cpp
- Timestamp:
- Jan 20, 2007, 4:55:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/increment.cpp
r11 r36 92 92 op_movsx_R32R8(reg,reg); 93 93 } 94 else if(type==DEF_BYTE ){94 else if(type==DEF_BYTE||type==DEF_BOOLEAN){ 95 95 //and reg,000000FFh 96 96 op_and_RV(reg,(int)0xFF); … … 102 102 op_movsx_R16R8(reg,reg); 103 103 } 104 else if(type==DEF_BYTE ){104 else if(type==DEF_BYTE||type==DEF_BOOLEAN){ 105 105 //and reg,000000FFh 106 106 op_and_RV(reg,(int)0xFF);
Note:
See TracChangeset
for help on using the changeset viewer.