Reference Guide

66 Chapter 4
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