GameBoy\Opcode::opcode227 PHP Method

opcode227() public static method

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