GameBoy\Opcode::opcode24 PHP Méthode

opcode24() public static méthode

JR n
public static opcode24 ( Core $core )
$core Core
    public static function opcode24(Core $core)
    {
        $core->programCounter = $core->nswtuw($core->programCounter + $core->usbtsb($core->memoryRead($core->programCounter)) + 1);
    }
Opcode