Informative Information for the Uninformed | ||||||||||||||
|
||||||||||||||
Next: Implementing the Encoder
Up: Implementing the Decoder
Previous: Transforming the Encoded Data
Contents
Transferring Control to the Decoded DataDue to the way the decoder is structured, there is no need for it to include code that directly transfers control to the decoded data. Since this decoder does not use any sort of looping, execution control will simply fall through to the decoded data after all of the transformations have completed.
|