Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.04 KB

Template project for the ICMC Processor Simulator with the preprocessor (Linux)

**THIS REPO HAS A TEMPLATE WITHOUT THE PREPROCESSOR - ACCESS BRANCH NO-PREPROCESSOR **

Dependencies

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.


Usage

Don't change bootstrapper.asm You can create any .asm and .vars files under src/, however at the moment you cannot work with subdirectories.




Future improvements