For eg: MOV A,B takes 1 byte (8 bits) of memory. However, LDA 2000H takes 3 bytes since the complete string takes exactly one byte (represented by an opcode later) and each 8 bit operand takes one byte. So, LDA 20 00 = 3 bytes. |
P0: 8085 Basicsposted Mar 29, 2013, 5:08 AM by Neil Mathew [ updated Mar 29, 2013, 5:08 AM by Neil Mathew ]
|