Torsten Ruger
|
c51fc67ba5
|
make interpreter tests less brittle
by factoring __init code away
just counting main
|
2018-04-04 20:05:09 +03:00 |
|
Torsten Ruger
|
c304ad67c6
|
load space twice in init , messagesetup overwrites first
lots of interpreter test changes, brittle, must factor __initi out
|
2018-04-02 23:25:52 +03:00 |
|
Torsten Ruger
|
def67205f0
|
fix mod4
which is just shift right by 2 after all
|
2018-04-01 15:13:12 +03:00 |
|
Torsten Ruger
|
6e941ebcb7
|
introduce load_data instruction
which just loads data to a register (used internally)
as opposed to integers, which are objects
|
2018-03-31 12:38:30 +03:00 |
|