It's been some time since I worked on this thing, anyway I've got a question about this datatype:
| CODE |
| 09 immediate 8 byte string |
Especially the last bytes, are they a random value or do they actually do something?
For example:
| CODE |
AI = 09 48 41 00 00 B2 00 00 00 // .HA..²... HAIS = 09 48 41 49 53 53 00 54 00 // .HAISS.T. |
------------------------------------
Calculating works, if-then-end works, if-then-else-end works. Comparing works, conditions works. Basically it's finished for simple scripts.