GameBoy\Opcode::opcode125 PHP Method

opcode125() public static method

LD A, L
public static opcode125 ( Core $core )
$core Core
    public static function opcode125(Core $core)
    {
        $core->registerA = $core->registersHL & 0xff;
    }
Opcode