??? 04/07/07 00:14 Read: times |
#136778 - Late in the conversation Responding to: ???'s previous message |
I've always understood "mnemonic", in the context of assembly language, to refer to the "English-like instruction name". That is, XRL, ANL, etc. The other parameters of the "instruction" were "operands." An "opcode" was one of the 256 (or 255 really) codes used to identify a specific operation and many opcodes require additional bytes to complete the instruction.
At least that's the way I learned the terms when first writing 6502 assembly language about 25 years ago. Regards, Craig Steiner |