Skip to content

Releases: yezzfusl/EtherVM

v0.1

06 Aug 00:04
d704ae2
Compare
Choose a tag to compare

What's Changed

  • Add initial CPU emulator with basic instruction set. by @yezzfusl in #1

New Contributors

Full Changelog: https://github.com/yezzfusl/EtherVM/commits/fv
Selection_011

What's Changed

  • Add initial CPU emulator with basic instruction set. by @yezzfusl in #1

Full Changelog: https://github.com/yezzfusl/EtherVM/commits/fv

v0.2

06 Aug 00:30
ea1fc23
Compare
Choose a tag to compare

What's Changed

  • Implement memory management unit for allocation and access. by @yezzfusl in #2
  • Add basic I/O operations for virtual devices. by @yezzfusl in #3
  • Expand the instruction set with advanced operations. by @yezzfusl in #4
  • README UwU 🥺👉👈 by @yezzfusl in #5
  • Create the main execution loop for the virtual machine. by @yezzfusl in #6

Full Changelog: fv...final