grigory-rechistov / interpreters-comparison

Sample programs for comparison of different VM interpretation techniques
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

Create an assembler for the VM #9

Open grigory-rechistov opened 8 years ago

grigory-rechistov commented 8 years ago

Write a separate program that takes an assembler listing and generates a raw machine code program for the VM from it.

It should be able to:

ghost commented 8 years ago

Assign it to me, please

grigory-rechistov commented 8 years ago

Not done