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. |