ASK simply means that the transmitter is on (transmitting) when the data pin is high, and not transmitting when its low.
Which is why there needs to be some kind of signal processing of the data going to the transmitter, so that a continuous string
of logical 0 can never be sent, otherwise the transmitter would never transmit.
Manchester coding is used, which fixes the problem.