Section 9.3: An Example of a CSC-1 Assembler Program (Frame 2)                     [prev][home][next]

If there are no errors, the assembler creates two files:

simple.o the object file, contains numerical codes for opcodes, operands and labels
simple.lis the listing file, contains a copy of the original source program, only with memory addresses along the left edge

The simple.o file is the only one that the simulator (xeq) needs but you should probably print out the simple.lis file, or have it in another window to view as you run the program.