List File |
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.
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.
© C Neil Bauers 2003