GameBoy\Opcode::opcode43 PHP Method

opcode43() public static method

DEC HL
public static opcode43 ( Core $core )
$core Core
    public static function opcode43(Core $core)
    {
        $core->registersHL = $core->unswtuw($core->registersHL - 1);
    }
Opcode