avalonbits / gvm

GVM Virtual Machine (gvm)
GNU General Public License v3.0
1 stars 0 forks source link

Implement includes in the assembler. #1

Open avalonbits opened 5 years ago

avalonbits commented 5 years ago

Currently all assembly code must be in the same file. Allowing code to be included will

  1. allow multiple .asm files to be assembled together and
  2. allow the creation of a testing framework for asm files.