Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahtol/tools-asmtobin

Context is TGMT project. A tool to generate a binary image from simple ASM sourcefiles containing DB, DW and DD data directives. Intended to generate configuration data files, e.g. for SDT.
https://github.com/rahtol/tools-asmtobin

Last synced: about 1 month ago
JSON representation

Context is TGMT project. A tool to generate a binary image from simple ASM sourcefiles containing DB, DW and DD data directives. Intended to generate configuration data files, e.g. for SDT.

Awesome Lists containing this project

README

        

Context: TGMT project.

A tool to generate a binary image from simple ASM sourcefiles containing DB, DW and DD data directives.
Intended to generate configuration data files, e.g. for ConfData_SDT or ConfData_System, may CDI in the future.

Uses JavaCC which I wanted to learn as a side-effect. My first project using JavaCC.