Skip to content

venus v0.1.0

Compare
Choose a tag to compare
@kvakil kvakil released this 21 Aug 20:40
· 2 commits to gh-pages since this release

Project

  • This is the first stable release of venus.
  • Add user guide.

Frontend

  • Add integrated linter to underline & display errors as they are typed.
  • Add IDs to register display.
  • Add ability to display memory & registers in different number formats, cf #5
  • Add ability to the focused memory display.

Backend

  • Create instruction DSL to make it easier to add instructions.
  • Add disassemblers to show "basic code" generated by pseudoinstructions.
  • Improve the lexer to allow for multiple labels on a line and remove edge cases.
  • Allow for character immediates, hex immediates, etc.