https://github.com/studas/icmc-assembly-template-repo
Template project for the ICMC Processor Simulator
https://github.com/studas/icmc-assembly-template-repo
Last synced: 5 months ago
JSON representation
Template project for the ICMC Processor Simulator
- Host: GitHub
- URL: https://github.com/studas/icmc-assembly-template-repo
- Owner: studas
- License: mit
- Created: 2022-09-20T22:47:40.000Z (almost 4 years ago)
- Default Branch: preprocessor
- Last Pushed: 2022-12-19T19:50:20.000Z (over 3 years ago)
- Last Synced: 2025-06-11T10:57:23.345Z (about 1 year ago)
- Language: Makefile
- Homepage: https://github.com/simoesusp/Processador-ICMC
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [ ] Remove charmap from _res/_ and use the one from [ICMC-assembly-preprocessor](https://github.com/lucasgpulcinelli/ICMC-assembly-preprocessor) submodule.