Thanks bro, i am curious.
If such is the case of limitation, how would you explain the compression?.
Say the system is RISC and all the instructions are constant length instructions, say 16bits (2bytes).
We can think of compression like this. We won't have enough instructions to be represented by 16bit
for particular CPU. I.e. we don't have 2^16 instructions. Say we have only 128 instructions for instruction set. this could
easily be encoded by just 7bits. We could think of a decoding hardware that convert this to actual 16bit before
being consumed by CPU.