Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 690 Bytes

Global TODO.md

File metadata and controls

15 lines (8 loc) · 690 Bytes

Project

TODO

  • build a byte code inspector and disassembler (maybe extension for vscode or standalone program). It must be flexible because a strict disassembler wouldn't be able to handle static data declarations inside the binary (how is it supposed to know it's static data instead of an instruction?. I've tried with debug-specific marker instructions, but they would alter the behavior of debug assemblies wth respect to release builds)

In Progress

Done ✓

  • Create a rust tool to automatically generate an asm library file with info about the vm architecture
  • write a README.md for every module
  • change project name to something better