Modified from KittenVM, but is a separate RT.
1.IO
2.JIT
3. Monitor process
4. Garbage collection process
This toy has a lot of weird and wonderful features, please move to [README](. /docs/README.md)
new name
Create a memory space named name
mov name,4
Move the number 4 to the name space
mov name1,name2
Move the value of name2 to name1, then name2 becomes None
add_gc a
Add a to the recycle list
free
Clear the memory in the recycle list
add and div mul or sll sra sud xor The format of each of these instructions is as follows
expr rs1,rs2,target