CS 2734 Computer Organization II
Lecture 10: Sparc Assembly Language Continued - 9/18/96
Array addressing and memory variables
String examples
Static versus automatic array storage. Download the following programs and try to understand them:
A sample C program with automatic array variables:
Makefile
simpletest.c
simpletest.s
A sample C program with static array variables:
Makefile
simpletest.c
simpletest.s