Section 9.2: Assembling and running CSC-1 programs (Frame 3)                     [prev][home][next]

Here are some more details of the CSC-1 Assembler Language. These issues relate only to syntax and format of the source programs.

The basic line of an assembler program consists of:

label:    opcode    operand     ; comments

The opcode is a 2 or 3-letter code, such as NOP, ADD, or JMP. All of them are listed below.