GameBoy\Opcode::opcode93 PHP Méthode

opcode93() public static méthode

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