Alek Ratzloff 214f0b8aed Add object layout, object parsing, instruction layout
* Object layout and parsing are done in the vm::obj module
* Add MemCursor, a wrapper around the std::io::Cursor type for walking
  through VM memory
* Add vm::tick module for containing the Vm::tick() method
  implementation, since it's pretty big
* Instructions are now variable-sized, and are read lazily,
  one-at-a-time directly from memory.
* Add VM runtime error structure
* Probably some other stuff I forgot

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-03 17:56:32 -05:00
2020-01-25 19:17:39 -05:00
2020-01-25 19:17:39 -05:00
2020-01-28 18:35:41 -05:00
2020-01-28 19:27:25 -05:00
Description
No description provided
1.9 MiB
Languages
Rust 85.9%
Assembly 5.9%
Yacc 5.4%
Roff 2.4%
Shell 0.4%