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 new arithmetic instructions to all interpreter variants #19

Closed kurapov-peter closed 8 years ago

kurapov-peter commented 8 years ago

Instructions are tested on sample programs(common.c). Check out consequences if &&sr_SHL and && sr_SHR are swapped in definition(subroutined.c).

grigory-rechistov commented 8 years ago

This closes #1