Torsten Ruger
|
5f2a256608
|
fix platform derivation and some tests
|
2018-07-01 21:27:27 +03:00 |
|
Torsten Ruger
|
6f0fad0957
|
dragging the extra through resets
as the binary the instruction is in may change when repositioning
|
2018-05-25 19:04:48 +03:00 |
|
Torsten Ruger
|
183d4152d5
|
loading label must translate the labels too
(psst: like arm translator already did. duh)
|
2018-05-24 19:20:06 +03:00 |
|
Torsten Ruger
|
f5d1090c39
|
no-ops really
|
2018-05-23 18:06:55 +03:00 |
|
Torsten Ruger
|
15e4533a2f
|
fix interpreter to use positions
tick from one (simulated memory) position to the next
(not from one instruction to the next)
|
2018-05-17 20:14:59 +03:00 |
|
Torsten Ruger
|
37d62d298e
|
assemble risc to it's position (not itself)
So in the next step the interpreter can use positions as program counter
and would be much more like the real thing
|
2018-05-17 09:49:01 +03:00 |
|
Torsten Ruger
|
49c4d170ce
|
make the interpreter platform
but still using the risc_instruction stream
|
2018-05-17 09:31:36 +03:00 |
|