Help for this page

Select Code to Download


  1. or download this
     byte 1               byte 2 (optional)
     bits      [ 7 6 5 4 3 2 1 0 ]  [ 7 6 5 4 3 2 1 0 ]
    ...
     mod               -           
     operand1            - - - -
     operand2                         - - - - - - - -
    
  2. or download this
     opcode | instruction | operands (mod 0) | operands (mod 1)
     -------+-------------+------------------+-----------------
    ...
        jmpe r1
        => if (fl == 0) jmp r1
        else nop
    
  3. or download this
     0x00 0x00 0x00 0x01 0x03 0x02 0x03 0x02 0x03 0x02