add
OS/161 Reference Manual
Name
add - add two numbers
Synopsis
/testbin/add n1 n2
Description
add prints the sum of the two numbers passed as arguments.
Requirements
add uses the following system calls:
add should work properly once the basic system calls are complete.