Unit 7.3 -- Another Example to Illustrate Parameters

PROG

See the following program's comment lines.

PED

To see another example of a subroutine with parameters.
We will use this multiplication routine in other examples.

CONCEPTS

"local"  variables to subroutines share name space with  all
other items in the file!

SF

=F'nn'

means that a memory location will be automatically allocated
with nn
Will be used in this instruction.

Saves having to declare the constant with DC
27.html