Skip to content

ITCraftDevelopmentTeam/Kitten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitten

Modified from KittenVM, but is a separate RT.

Simplified Chinese?

TODO

1.IO
2.JIT
3. Monitor process
4. Garbage collection process

FEATURES

This toy has a lot of weird and wonderful features, please move to [README](. /docs/README.md)

Use

Create space

new name

Create a memory space named name

Move data

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

Memory recovery

add_gc a

Add a to the recycle list

free

Clear the memory in the recycle list

Operations

add and div mul or sll sra sud xor The format of each of these instructions is as follows

expr rs1,rs2,target

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages