Assembler Directives 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

66

Chapter 4

Page 66
Image 66
HP UX Developer Tools manual Procend Export