#
c-to-assembly
Here are 2 public repositories matching this topic...
A tiny C→pseudo-assembly compiler: Flex-based lexer + recursive-descent parser that emits a simple MOV/ADD/SUB/MUL/DIV IR and runs peephole optimizations (identity removal, constant folding, copy-prop, NOP compaction). Includes sample input.c and Windows binary. MIT licensed.
-
Updated
Aug 18, 2025 - C
Improve this page
Add a description, image, and links to the c-to-assembly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the c-to-assembly topic, visit your repo's landing page and select "manage topics."