Site Logo

List File

Website

Home | Previous | Next

The List File

List File Layout Image

In the list file, your original program is shown.
Numbers in square blackets such as [1C] are the addresses at which the machine codes were generated.
The machine codes are shown.

Here is a typical line.

	MOV CL,C0	; [10]	D0 02 C0		; Video ram base address

The command is to move C0 into the AL register.
The machine code was generated at address [10].
The machine codes are D0 00 C0.
The programmer's comment is reproduced.


Home | Previous | Next

© C Neil Bauers 2003