Reference Guide
Manuals
Brands
HP Manuals
Software
HP HP-UX Developer Tools
61
62
63
64
65
66
67
68
69
70
66
Chapter 4
Assembler Directiv
es and Pseudo-Operations
.CALL Directive
.PROCEND
.EXPORT main,ENTRY
.IMPORT printf,CODE
.DATA
string_area
.ALIGN 8
.STRINGZ “message”
.STRINGZ “ARGS = %s,%f,%x\n”
.IMPORT $global$,DATA
1
...
...
64
65
66
67
68
...
...
202