Assembler Directives and Pseudo-Operations

 

.CALLINFO Directive

.CODE

; re-enter code subspace

.EXPORT main,ENTRY

; make routine known to linker

.IMPORT printf,CODE

; external procedure declaration

.END

 

Chapter 4

73