rrthomas / mit

A simple stack-based VM
Other
10 stars 3 forks source link

Reintroduce the stack as a member of class State #398

Open apt1002 opened 4 years ago

apt1002 commented 4 years ago

Transform it in and out of C before/after calls to run(), just like pc and ir. Consequently, remove the stack argument to the BreakHandler callbacks.