|
|||||||||||
|
Technical Support On-Line Manuals Assembler Reference |
Assembler ReferenceROUT
The Use the Use the
; code
routineA ROUT ; ROUT is not necessarily a routine
; code
3routineA ; code ; this label is checked
; code
BEQ %4routineA ; this reference is checked
; code
BGE %3 ; refers to 3 above, but not checked
; code
4routineA ; code ; this label is checked
; code
otherstuff ROUT ; start of next scope
| ||||||||||
|
|||||||||||