1 /* This program is used to test the "jump" command. There's nothing
2 particularly deep about the functionality nor names in here.
5 static int square (int x
)
7 return x
*x
; /* out-of-func */
16 i
= square (i
); /* bp-on-call */
17 i
--; /* bp-on-non-call */