issues
search
grigory-rechistov
/
interpreters-comparison
Sample programs for comparison of different VM interpretation techniques
BSD 3-Clause "New" or "Revised" License
30
stars
11
forks
source link
Add exception mechanism to 'switched' vm
#17
Closed
ncos
closed
8 years ago
ncos
commented
8 years ago
Add 'ret' statement (but still no 'call' statement)
Add function call stack (exceptions are treated as calls)
Add a couple of tests
ncos
commented
8 years ago
Add new instruction to set exception handler address
Remove the necessity to start with jump
grigory-rechistov
commented
8 years ago
Accepted, this closes #3. Kept in the mitrokhin-task03 branch.