/c-to-assembly

Dump C code into Assembly

Primary LanguagePython

c-to-assembly

Dump C code into machine generated assembly.

Development

This program was developed on Linux Ubuntu 16.04

Instructions

Generate assembly file.

$ make

Use text editor to view assembly file.

$ vim asm_main.s

Nuke generated assembly files.

$ make clean

Update cfile_example.c and/or settings.py for a different c file and generate new assembly files.