This website works better with JavaScript.
Explore
Help
Sign In
User_4574
/
crsn
forked from
MightyPork/crsn
Watch
1
Star
0
Fork
You've already forked crsn
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
28
Commits
2
Branches
0
Tags
994 KiB
Tag:
Branch:
Tree:
b7345144e0
floats
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b7345144e0'
${ noResults }
Commit Graph
28 Commits (b7345144e09b05a2645a3007a7260eb253e4a24e)
All Branches
Search
Author
SHA1
Message
Date
Ondřej Hruška
b7345144e0
refactors
4 years ago
Ondřej Hruška
2269d759c6
refactors
4 years ago
Ondřej Hruška
3599cb46c4
cleanup, optimize. use Arc for reference sharing
4 years ago
Ondřej Hruška
d5de189af6
add more sensible API for object handles, add drop instruction
4 years ago
Ondřej Hruška
79d5aa3cd5
renaming, cleanup, fmt, move "extension module" traits and structs into a separate mod
4 years ago
Ondřej Hruška
8222efe6da
remove "immediate ptr" data type, move read, write funcs to RunState, add %objectPtr syntax
4 years ago
Ondřej Hruška
d489b214e0
add a readme
4 years ago
Ondřej Hruška
be1ee66970
make exec speed configurable
4 years ago
Ondřej Hruška
0cd800653f
Example extension: Stacks; fixes to allow module data storage in thread context
4 years ago
Ondřej Hruška
3e0aaa71e9
Convert builtin ops into a pseudo-extension
4 years ago
Ondřej Hruška
1d444fd516
cleaning
4 years ago
Ondřej Hruška
ba0e3d0fd2
preparations for module data storage, remove broken tests (dyn trait can't implement PartialEq because ???)
4 years ago
Ondřej Hruška
44e7cd3a8f
renames, improve module API (avoid cloning)
4 years ago
Ondřej Hruška
f015104b95
re-arrange modules, add "plug-in" system so instructions can be defined in multiple crates
4 years ago
Ondřej Hruška
547beed847
comments, refactor
4 years ago
Ondřej Hruška
8f076e195a
format
4 years ago
Ondřej Hruška
f493cc102a
add "_" pattern for explicitly specifying the "discard" destination (may be used for side effects)
4 years ago
Ondřej Hruška
8e7689df48
add explicit retval arg to all instrs (can be shortened), add Wr::discard()
4 years ago
Ondřej Hruška
f652ff6669
dump sreg, add new ops
4 years ago
Ondřej Hruška
f7e0998696
add mul, disable slow mode
4 years ago
Ondřej Hruška
88a4d77b8f
implement call, ret, far jumps, add, sub
4 years ago
Ondřej Hruška
5f4fd0e806
exec
4 years ago
Ondřej Hruška
def2fc8db0
add low level ops enum
4 years ago
Ondřej Hruška
ab843c0c87
add jumps_to_skips transform
4 years ago
Ondřej Hruška
a52f1e5e72
fix fallthrough in cond branches
4 years ago
Ondřej Hruška
a867f43763
new unit test
4 years ago
Ondřej Hruška
1d2ce0ad47
remove junk
4 years ago
Ondřej Hruška
30cd0304d2
Initial
4 years ago