GameBoy\Opcode::opcode97 PHP Méthode

opcode97() public static méthode

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