Function Calls
For external functions, it is necessary to:
A function call involves the following:
call sin ! sin(%o0) --> %f0
nop
The nop can be replaced by an instruction that is useful,
e.g., loading the argument into %o0.
Contents    Page-10    Prev    Next    Page+10    Index