Commit Graph

13 Commits

Author SHA1 Message Date
97b4c469f8 fixing register order in some instructions
and their use
Arm is confusing as it has result as first arg
we use forward logic, i.e. from -> to
2015-06-27 20:09:21 +03:00
32e1903884 finished init routine
and better implemented sys calls
2015-06-25 16:31:09 +03:00
2aba926f1f start on reworking sys calls 2015-06-22 22:48:42 +03:00
836089a249 clean up Get/SetSlot
document and make arguments consistent
2015-06-21 21:00:16 +03:00
eeaf2d97de starting to clear up slots
mostly docs
2015-06-20 23:49:30 +03:00
6f111a5ae0 fix the initial jump 2015-06-10 10:43:50 +02:00
5d870ef154 got it down to string equality/identity 2015-05-31 17:54:36 +03:00
cae99f217c just make sre we really ret registers (some constants were flying about) 2014-10-07 12:23:08 +03:00
5c90ad83e0 add initial jump instruction 2014-10-06 19:57:44 +03:00
965e5f2a0f minor 2014-10-05 01:13:57 +03:00
e3c3840bc6 a creative moment, making up instructions 2014-10-04 12:51:08 +03:00
a083c03b1d move function call instruction to register level and the pass to arm 2014-10-03 14:32:54 +03:00
1af66567fb fixed the SetImplementation with new register instructions 2014-10-03 11:07:18 +03:00