Parallel
ucrasm.asc
Associated article: The UCR Standard Assembly Language Library
Tags: Parallel Design
_THE UCR STANDARD ASSEMBLY LANGUAGE LIBRARY_
by Randall Hyde
[LISTING ONE]
Printf macro
; The following extrn declaration only occurs if this is the first time
; printf appears in the source file.
;
ifndef sl_printf
stdlib segment para public 'slcode'
extrn ...


