**THIS REPO HAS A TEMPLATE WITHOUT THE PREPROCESSOR - ACCESS BRANCH NO-PREPROCESSOR
**
In order to clone this repository with the needed submodules you should clone it with git clone --recurse-submodules https://github.com/studas/icmc-assembly-template-repo.git
.
However, if you alreary cloned it and forgot to run the --recurse-submodules
you can download them with git submodule update --init --recursive
.
You'll also need the simulator binarie files, in order to install it just type make simulator
and everything will be done for you.
Don't change bootstrapper.asm You can create any .asm and .vars files under src/, however at the moment you cannot work with subdirectories.
- Remove charmap from res/ and use the one from ICMC-assembly-preprocessor submodule.