GameBoy\Opcode::opcode235 PHP Méthode

opcode235() public static méthode

0xEB - Illegal
public static opcode235 ( Core $core )
$core Core
    public static function opcode235(Core $core)
    {
        echo 'Illegal op code 0xEB called, pausing emulation.';
        exit;
    }
Opcode