Torsten Ruger
|
4839e0d245
|
minor naming and spaces
|
2018-07-27 10:46:22 +03:00 |
|
Torsten Ruger
|
9005513368
|
rename typed_method to callable_method
seems to make the essence clearer
also extracted base class
|
2018-07-07 09:11:09 +03:00 |
|
Torsten Ruger
|
c947c27a14
|
clean up booting
many machine boot became obsolete
or just neede parfait to boot
actual linker functionality pending
|
2018-07-01 14:12:42 +03:00 |
|
Torsten Ruger
|
46d8f5002f
|
hoist parfait boot out of the machine boot
|
2018-06-30 00:39:23 +03:00 |
|
Torsten Ruger
|
b804be5f70
|
fix dynamic call
which had the method in the regsiter, not the binary.
Single SlotToReg added (and some tests)
Which amazingly fixed all broken binary tests
|
2018-06-25 00:19:43 +03:00 |
|
Torsten Ruger
|
068bda492c
|
implement DynamicJump for Arm
which is in fact the same as return (moving address into pc)
|
2018-06-24 19:13:55 +03:00 |
|