GameBoy\Opcode::opcode237 PHP Method

opcode237() public static method

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