GameBoy\Opcode::opcode221 PHP Method

opcode221() public static method

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