How does this affect the value of the coin?
Any conventional cryptocurrency is designed such that coins are created via a special transaction in a block known as a coinbase transaction.
All cryptocurrencies need to start with a genesis block - the first block.
All cryptocurrencies are currently designed whereby coins are distributed via reward mechanism to support the network.
premining is a way to circumvent this distribution to favor a specific group of individuals (or just one person). An instamine is a type of premine.
In premined coins, the genesis block contains a coinbase transaction that creates X amount of coins, and deposits them into an address - usually the developers. X can be any amount. This is the most honest type of premine.
In instamined coins, the genesis block does not contain a large coinbase transaction, but the first X blocks contain huge block rewards compared to the rest of the distribution of coins. Say, for instance, in the first 500 blocks, 50% of the coins are emitted, and the first 500 blocks are mined in less than one day.
there's also ninjamining. In this variant, the code looks good upon inspection, because there's no premine or instamine (which can usually be observed in the source code), but instead the publicly released mining software is deoptimized, such that owners of the optimized software have a mining advantage. Ninjamining can also be achieved by privately launching the cryptocurrency software before announcing it to the world. So if you and I started a coin, and we were the only ones that mined it, and then 1 month later we tell other people, thats a ninjamine premine.
In general, the amount of these types of mining relative to the total or current coin emission is what matters.