hrszpuk / rvm

A simplistic bytecode virtual machine.
MIT License
4 stars 0 forks source link

Implement assembler (new translation module) #40

Closed hrszpuk closed 4 months ago

hrszpuk commented 9 months ago

Description

The current code base has a simplistic translation module that does a simple assembly to byte/opcode translation. This new assembler will be able to do a lot more functionality-wise. Its also good the specification is more complete now, we have a better idea of the features the translation module should have supported and what the assembler will now aim to support.

Task list

This is a list of tasks related to the new assembler. Each one of these tasks will likely become its own issue in the near future.

hrszpuk commented 4 months ago

Closed as stale