NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: Manos on February 16, 2015, 09:24:18 PM

Title: peephole optimizer
Post by: Manos on February 16, 2015, 09:24:18 PM
Hello.

I have implemented my own C compiler, based on the original LCC compiler
and I use NASM as a backend.
Is there a peephole optimizer for lcc for x86 using NASM ?

Thank you,
Manos.