TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – assembly listing:
An assembly listing is a file produced by an assembler during the translation of an assembly language program into machine code. This listing contains several important pieces of information, including the original assembly language instructions written by the programmer, the corresponding machine code generated for each instruction, and a list of symbolic identifiers used within the program. The assembly listing helps programmers review and debug the program by showing exactly how the assembly instructions were converted into machine language and by providing a detailed record of the translation process.


Picture
0 Comments