| 释义 |
assembly language listing 汇编语言列表(文件);[组合语言列表] A binary output program of the compiler that is optional at compile time. The listing contains thesymbolic instructions equivalent to the binary code output of the compiler. This assembly language output listing is useful as a debugging aid. 编译程序输出的一种二进制目标输出程序,在编译时可以进行选择是否输出这种表。该 表含有与编译程序输出的二进制目标代码等价的一些符号指令。这种汇编语言输出表是支 持调试的有用工具。 |