Torsten Ruger
|
405a6935d4
|
lots of stuff to move to linked lists
and remove the blocks
more position stuff coming, but the list part should be ok
|
2015-10-24 17:12:36 +03:00 |
|
Torsten Ruger
|
57f37ec023
|
removed blocks and moved to labels
somewhat easier to understand the code as a linked list
relatively painless change, considering
|
2015-10-23 21:27:36 +03:00 |
|
Torsten Ruger
|
1fd937927c
|
adjust branch names
IsXXX with xxx as condition, same as after if_xxx
AlwaysBranch is back to Branch
|
2015-10-19 16:08:00 +03:00 |
|
Torsten Ruger
|
bdcd0f297d
|
first interpreted tests, fix branch issues
whole branch logic wobbly
better syntax needed, but working(ish) for now
|
2015-10-19 14:46:12 +03:00 |
|
Torsten Ruger
|
f0611e52db
|
work on branches
the concept is different in bosl, move appropriate to virtual
|
2015-10-07 10:02:51 +03:00 |
|
Torsten Ruger
|
b0c78479ff
|
clearer to_s s
|
2015-07-25 09:30:58 +03:00 |
|
Torsten Ruger
|
139b0174d8
|
to_s for reg instructions
|
2015-07-24 13:23:56 +03:00 |
|
Torsten Ruger
|
53d8f4b163
|
add source to instruction
for debug
|
2015-07-18 11:21:49 +03:00 |
|
Torsten Ruger
|
50da6a40f2
|
Move the Main instruction from register to virtual
also needs a branch in register.
This way the register level is self sufficient
(noticed while writing debugger)
|
2015-07-17 13:21:57 +03:00 |
|