1. 什么是操作码?
操作码是指令的一部分,它告诉处理器应该要做什么。它包含表示 CPU 要执行的实际操作的说明。 (英:Opcode is a part of the instruction that tells the processor what should be done. It contains the instructions that represent the actual operation to be performed by the CPU.)
1. 什么是操作数?
操作数同样是指令的一部分,其中包含要操作的数据在寄存器中的内存位置。 (英:Operand is a part of the instruction that contains the data to be acted on, or the memory location of the data in a register.) 2. 操作数是由寄存器地址、内存地址或立即数来指定的。
3.操作数的数量和位宽根据CPU和指令的不同而不同。根据可使用的操作数的数量,指令可以分为3操作数形式、2操作数形式和 1操作数形式.