https://github.com/studas/icmc-assembly-preprocessor
Preprocessor made for ICMC assembly.
https://github.com/studas/icmc-assembly-preprocessor
Last synced: about 1 year ago
JSON representation
Preprocessor made for ICMC assembly.
- Host: GitHub
- URL: https://github.com/studas/icmc-assembly-preprocessor
- Owner: studas
- License: gpl-3.0
- Created: 2022-09-20T19:00:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T19:40:01.000Z (over 3 years ago)
- Last Synced: 2025-02-01T17:12:15.290Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ICMC Assembly Preprocessor
## General Description
This project is designed as a submodule for use in ICMC assembly projects such as [Tusca Simulator](https://github.com/lucasgpulcinelli/Tusca_Simulator). The project contains an easier method to add variables (strings and arrays), and some C-like preprocessor directives, such as #define.
The documentation about how to use all utilities is available [here](https://github.com/lucasgpulcinelli/ICMC-assembly-preprocessor/wiki).
## Project Template
If you want to start a new project using this preprocessor, you should check out our [repository template](https://github.com/cirillom/icmc-assembly-template-repo). This template can greatly aid your work because it already set's up the preprocessor for immdiate use.