Example of Use
(read the x sequence from memory;)
(some code here...)
print sum(8,x); #prints the answer
(some more code here ...)
code for sum is here
Issues in Assembly Language
instructions are issued in sequence
(subject to jumps etc)
How are the arguments stored and retrieved from memory?
Previous slide
Next slide
Back to first slide
View graphic version