Task 1 -- C <- [A] + [B] |
The first task tackled is to add together the values stored at two memory locations and place the result in a third memory location. This operation can be expressed as
C <- [A] + [B]
using the HVZ notation. Later we shall explore the operation in terms of the "C" language.
For more specifics of this task in "real-life" situations see the Task 1 description given in the "Full Companion".
We will use this addition example to demonstrate how to take exercises from HVZ and run them using the SDS software and simulator.
![]() |
Last modified: July 14, 1996 06:36 PM by M. Smith Copyright -- M. R. Smith