GameBoy\Opcode::opcode124 PHP Method

opcode124() public static method

LD A, H
public static opcode124 ( Core $core )
$core Core
    public static function opcode124(Core $core)
    {
        $core->registerA = $core->registersHL >> 8;
    }
Opcode