Expand description
§Bitwise and comparison operations
Includes the following opcodes:
LTGTSLTSGTEQISZEROANDORXORNOTBYTESHLSHRSAR
Structs§
- OpAnd
Handler - Implementation for the
ANDopcode. - OpByte
Handler - Implementation for the
BYTEopcode. - OpEq
Handler - Implementation for the
EQopcode. - OpGt
Handler - Implementation for the
GTopcode. - OpIs
Zero Handler - Implementation for the
ISZEROopcode. - OpLt
Handler - Implementation for the
LTopcode. - OpNot
Handler - Implementation for the
NOTopcode. - OpOr
Handler - Implementation for the
ORopcode. - OpSGt
Handler - Implementation for the
SGTopcode. - OpSLt
Handler - Implementation for the
SLTopcode. - OpSar
Handler - Implementation for the
SARopcode. - OpShl
Handler - Implementation for the
SHLopcode. - OpShr
Handler - Implementation for the
SHRopcode. - OpXor
Handler - Implementation for the
XORopcode.