Function operation_set

Source
pub fn operation_set() -> OperationSet
Expand description

Returns logic operations.

ยงOperations

  • 0x0400 is:CMP target:16:compare:16
  • 0x0401 not:target 0:origin:16
  • 0x0402 or:target [start:end]
  • 0x0403 and:target [start:end]
  • 0x0404 xor:target [start:end]
  • 0x0405 nor:target [start:end]
  • 0x0406 nand:target [start:end]
  • 0x0407 nxor:target [start:end]