What is the size of each asm instruction? Every instruction takes how many bytes? 8 bytes? Four for the opcode and Four for the argument? What happens when you have one opco
Machine code size depends on the processor's architecture.
For example, on IA-32, the instruction size varies from 1 to 6 bytes (or more).