Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 772 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 772 Bytes

ICMC Assembly Preprocessor

General Description

This project is designed as a submodule for use in ICMC assembly projects such as 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.

Project Template

If you want to start a new project using this preprocessor, you should check out our repository template. This template can greatly aid your work because it already set's up the preprocessor for immdiate use.