Commit Graph

26 Commits (master)

Author SHA1 Message Date
Ondřej Hruška 562c6baddc
fixes, graphic acceleration commands, upscaling pixels 5 years ago
Ondřej Hruška 9723ac72be
fixes, more trig, demo with floats 5 years ago
Ondřej Hruška 7efa04054c
make it work with musl (the _nox target does not link the screen module that wouldn't build) 5 years ago
Ondřej Hruška c953e39b34
Add ld{32,16,8},sw{32,16,8},clz{,32,16,8},clo{,32,16,8},rng,rev,rbit; rename swap->xch 5 years ago
Ondřej Hruška c28fee88fe
use 'spin_sleep' for more accurate execution rate, add "s", "m", "u" suffix support to the -C argument 6 years ago
Ondřej Hruška ace92a6411
rewrite the stdio module to be less broken. also add sehbang support 6 years ago
Ondřej Hruška ee59096821
buffer module, replacing stacks. TODO: docs, fix parsing of "numbers tuple" in mkbfv (consumed by the conditional branch parser) 6 years ago
Ondřej Hruška 9d7f3d25c8
add stdio module 6 years ago
Ondřej Hruška e3fe3c6d72
performance improvements 6 years ago
Ondřej Hruška 6dfe22152c
sexp: replace logging with log crate trace macro 6 years ago
Ondřej Hruška 85911c8e99
add sexp into source tree 6 years ago
Ondřej Hruška e580a2b679
Add "sym" and "def" instructions, add argument naming 6 years ago
Ondřej Hruška afd412f22a
make more stuff public for use by extensions 6 years ago
Ondřej Hruška 822e7912aa
cleanup 6 years ago
Ondřej Hruška c37408c7a2 read program from file; fmt, cleanup 6 years ago
Ondřej Hruška d19c4e5bea
add experimental framebuffer extension using minifb 6 years ago
Ondřej Hruška 3599cb46c4
cleanup, optimize. use Arc for reference sharing 6 years ago
Ondřej Hruška d5de189af6
add more sensible API for object handles, add drop instruction 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 0cd800653f
Example extension: Stacks; fixes to allow module data storage in thread context 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 547beed847
comments, refactor 6 years ago
Ondřej Hruška 8f076e195a
format 6 years ago
Ondřej Hruška f652ff6669
dump sreg, add new ops 6 years ago
Ondřej Hruška 5f4fd0e806
exec 6 years ago
Ondřej Hruška 30cd0304d2
Initial 6 years ago