HARSFEN0602
1. Don’t analyze current state of the stack and just access to the relevant stack entries and get
garbage.
Try to analyze current program counter to find out whether the LINK was executed. If access to local
variable occurred before LINK, then return error (something like VARIABLE_NOT_INITIALIZED).