Example: ``` copy some_label, R1 call R1 some_label: copy 42, R2 retrun ``` Here we want the string "some_label" to show up in the call stack instead of "Frame 1" when we reach the line containing `copy 42, R2`.
Example:
Here we want the string "some_label" to show up in the call stack instead of "Frame 1" when we reach the line containing
copy 42, R2.