Commit Graph

11 Commits (4062ff4d09ae27c9e53c0ccdefffa29690c6113a)

Author SHA1 Message Date
Ondřej Hruška ace92a6411
rewrite the stdio module to be less broken. also add sehbang support 5 years ago
Ondřej Hruška 982ba27ed3
cleanup, auto deref Wd, Wr, RdObj 5 years ago
Ondřej Hruška 3a8895b790
add rcmp instr, add rot13 example 5 years ago
Ondřej Hruška e3fe3c6d72
performance improvements 6 years ago
Ondřej Hruška 33ec1461e4
remove unnecessary cloning of SourcePosition, reduce SourcePosition size. clean, format 6 years ago
Ondřej Hruška 34e339b1ca
add pretty-printer for assembled instructions 6 years ago
Ondřej Hruška 79d5aa3cd5
renaming, cleanup, fmt, move "extension module" traits and structs into a separate mod 6 years ago
Ondřej Hruška 8222efe6da
remove "immediate ptr" data type, move read, write funcs to RunState, add %objectPtr syntax 6 years ago
Ondřej Hruška 0cd800653f
Example extension: Stacks; fixes to allow module data storage in thread context 6 years ago
Ondřej Hruška 1d444fd516
cleaning 6 years ago
Ondřej Hruška f015104b95
re-arrange modules, add "plug-in" system so instructions can be defined in multiple crates 6 years ago
Ondřej Hruška 8f076e195a
format 6 years ago
Ondřej Hruška 8e7689df48
add explicit retval arg to all instrs (can be shortened), add Wr::discard() 6 years ago
Ondřej Hruška f652ff6669
dump sreg, add new ops 6 years ago
Ondřej Hruška f7e0998696
add mul, disable slow mode 6 years ago
Ondřej Hruška 88a4d77b8f
implement call, ret, far jumps, add, sub 6 years ago
Ondřej Hruška 5f4fd0e806
exec 6 years ago