Graphique des révisions

51 Révisions (583ac7bcbfcd9a5ac975ee2e1ac90fb1cf2ce928)
 

Auteur SHA1 Message Date
Ondřej Hruška 583ac7bcbf
mouse and key input, handle close btn, mouse demo il y a 5 ans
Ondřej Hruška 6eef2b7ae3
cleaning il y a 5 ans
Ondřej Hruška fe8bf87e6d
add round-trip tests for built-in instructions il y a 5 ans
Ondřej Hruška 05104c93ca
fix ld printed as mov il y a 5 ans
Ondřej Hruška 34e339b1ca
add pretty-printer for assembled instructions il y a 5 ans
Ondřej Hruška 986f3be6a2
cleanup. remove conditional jumps, replaced by condition embedded in the enum il y a 5 ans
Ondřej Hruška 810ed2dddc
optimize labels, jumps il y a 5 ans
Ondřej Hruška b06ef50acd
surround routines by far jump across il y a 5 ans
Ondřej Hruška e0cc1973ba Routine arity disambiguation, slash syntax (add/2, add/3) il y a 5 ans
Ondřej Hruška 8d585d765b
stacks example il y a 5 ans
Ondřej Hruška 651ffcb888
new test il y a 5 ans
Ondřej Hruška 6d8d0fd51a
show unsym and undef in the aliases example il y a 5 ans
Ondřej Hruška 4336454156
add unsym and undef il y a 5 ans
Ondřej Hruška e580a2b679
Add "sym" and "def" instructions, add argument naming il y a 5 ans
Ondřej Hruška afd412f22a
make more stuff public for use by extensions il y a 5 ans
Ondřej Hruška 822e7912aa
cleanup il y a 5 ans
Ondřej Hruška 4be5b4e05b
generalize parsing to allow extensions to add arbitrary syntax; add 'proc' keyword to introduce a routine. il y a 5 ans
Ondřej Hruška d47d0f2345 add note about log level il y a 5 ans
Ondřej Hruška 0b168b5f5d add example config file, add default config file to gitignore il y a 5 ans
Ondřej Hruška c37408c7a2 read program from file; fmt, cleanup il y a 5 ans
Ondřej Hruška 01068ea001
crazy hypno + added sleep cmd il y a 5 ans
Ondřej Hruška 532df6eb04
screen imrpvoements il y a 5 ans
Ondřej Hruška d19c4e5bea
add experimental framebuffer extension using minifb il y a 5 ans
Ondřej Hruška b7345144e0
refactors il y a 5 ans
Ondřej Hruška 2269d759c6
refactors il y a 5 ans
Ondřej Hruška 3599cb46c4
cleanup, optimize. use Arc for reference sharing il y a 5 ans
Ondřej Hruška d5de189af6
add more sensible API for object handles, add drop instruction il y a 5 ans
Ondřej Hruška 79d5aa3cd5
renaming, cleanup, fmt, move "extension module" traits and structs into a separate mod il y a 5 ans
Ondřej Hruška 8222efe6da
remove "immediate ptr" data type, move read, write funcs to RunState, add %objectPtr syntax il y a 5 ans
Ondřej Hruška d489b214e0
add a readme il y a 5 ans
Ondřej Hruška be1ee66970
make exec speed configurable il y a 5 ans
Ondřej Hruška 0cd800653f
Example extension: Stacks; fixes to allow module data storage in thread context il y a 5 ans
Ondřej Hruška 3e0aaa71e9
Convert builtin ops into a pseudo-extension il y a 5 ans
Ondřej Hruška 1d444fd516
cleaning il y a 5 ans
Ondřej Hruška ba0e3d0fd2
preparations for module data storage, remove broken tests (dyn trait can't implement PartialEq because ???) il y a 5 ans
Ondřej Hruška 44e7cd3a8f
renames, improve module API (avoid cloning) il y a 5 ans
Ondřej Hruška f015104b95
re-arrange modules, add "plug-in" system so instructions can be defined in multiple crates il y a 5 ans
Ondřej Hruška 547beed847
comments, refactor il y a 5 ans
Ondřej Hruška 8f076e195a
format il y a 5 ans
Ondřej Hruška f493cc102a
add "_" pattern for explicitly specifying the "discard" destination (may be used for side effects) il y a 5 ans
Ondřej Hruška 8e7689df48
add explicit retval arg to all instrs (can be shortened), add Wr::discard() il y a 5 ans
Ondřej Hruška f652ff6669
dump sreg, add new ops il y a 5 ans
Ondřej Hruška f7e0998696
add mul, disable slow mode il y a 5 ans
Ondřej Hruška 88a4d77b8f
implement call, ret, far jumps, add, sub il y a 5 ans
Ondřej Hruška 5f4fd0e806
exec il y a 5 ans
Ondřej Hruška def2fc8db0
add low level ops enum il y a 5 ans
Ondřej Hruška ab843c0c87
add jumps_to_skips transform il y a 5 ans
Ondřej Hruška a52f1e5e72
fix fallthrough in cond branches il y a 5 ans
Ondřej Hruška a867f43763
new unit test il y a 5 ans
Ondřej Hruška 1d2ce0ad47
remove junk il y a 5 ans