GameBoy\Opcode::opcode107 PHP Method

opcode107() public static method

LD L, E
public static opcode107 ( Core $core )
$core Core
    public static function opcode107(Core $core)
    {
        $core->registersHL = ($core->registersHL & 0xff00) + $core->registerE;
    }
Opcode