CS 2734
Computer Organization II
int calcfun(int x, int y, int z)
which computes calcfun(x, y, z) = x*y + z. The source for this file should be in calcfun.m. The parameters should be passed in the registers.
run 3 5 8
executes the program with the command line arguments 3 5 and 8.