Torsten Ruger
|
ef2dc932ad
|
use positions in interpreter
|
2018-05-20 15:52:13 +03:00 |
|
Torsten Ruger
|
4a88f342d3
|
random checkin
still suffering -1 trauma
|
2018-05-14 12:38:44 +03:00 |
|
Torsten Ruger
|
39902401b9
|
positioning code by setting first method code
codes will initial (and on reset) propagate the whole chain
|
2018-05-13 15:28:10 +03:00 |
|
Torsten Ruger
|
2d901bf7b6
|
not wrapping the cpu initial jump anymore
also introduce padding after cpu_init (wip)
|
2018-05-12 18:36:59 +03:00 |
|
Torsten Ruger
|
776a97986d
|
fix instruction positioning
use at as at and only compute difference when needed (to determine if
there is a jump in binary)
Easier to understand that way
|
2018-05-11 18:36:45 +03:00 |
|
Torsten Ruger
|
bc1e29e4f6
|
seperate different Position classes into own files
also tests
and have Position module keep all positions
(singletons should be at module, not class level)
|
2018-05-10 20:56:12 +03:00 |
|