Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Releases: masscry/zhvm

v0.1.2

20 Sep 06:49
Compare
Choose a tag to compare

Fix negative immediate numbers unpacking

Alice

12 Sep 15:55
Compare
Choose a tag to compare

ALICE IS HERE!!

Description

First release. This release includes first implementations of several must-have programs for assembling and running of VM code:

  • cmplv2 Assemble code to ZHVM images
  • exec Run ZHVM images
  • repl Simple Read-Eval-Print-Loop program.

Performance

Performance tested with calculation of fib(30) and shown to be very poor even worse than Python (0.4 vs 0.7), but would improve in further releases with introduction of direct-threading and macro-commands.

Known bugs

#14 #11