The routines in this section are converted to in-line code, rather than
procedure calls, and are therefore extremely efficient. They can often be used
as a convenient alternative to resorting to assembler. Those routines described
here which are functions should be explicitly declared to be of the right type.
Sets an array of N bytes to a particular value. |
|
Compares two arrays of N bytes. |
|
Copies an array of N bytes. |
|
Pops a value off the system stack. |
|
Pushes a value on the system stack. |