A software program that accepts a command and interprets that command into machineinstructions.
接受命令并将该命令解释为机器指令的程序。
2
Quickly came assembly language, which abstracted away the ones and zeros to provide rudimentary machineinstructions such as load register X with value y.
很快有了汇编语言,它将1和0抽象成基本的机器指令,例如用值y加载寄存器x。
3
The following code samples show how to calculate the offset. First, disassemble the machineinstructions from the object file and save them as a file.