Assembler language coding conventions

Figure 2 shows the standard format used to code an assembler language statement.

Figure 2. Standard assembler coding format
|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... | 71 | 72 | 73 | 74 | 75 | 76 |  ...  | 80 |
|                                                   | |  |                                |
*------------------Statement Field------------------* | -*-Identification-Sequence Field--*
                                                      V
                                                 Continuation-
                                                Indicator Field

[ Top of Page | Previous Page | Next Page | Contents | Index ]