GameBoy\Opcode::opcode98 PHP Méthode

opcode98() public static méthode

LD H, D
public static opcode98 ( Core $core )
$core Core
    public static function opcode98(Core $core)
    {
        $core->registersHL = ($core->registerD << 8) + ($core->registersHL & 0xff);
    }
Opcode