This is a simple application that converts c header files into assembly header files. It basically converts "#define" into "equ". For while it just converts numeric constants, and doesn't solve operators.
Usage (Windows):
Execute "HeaderConverter.exe";
Type the file name to be converted (C header);
Press enter;
Will be generated a file named "out.s" on the same folder of the executable.
Usage (linux):
Open a terminal;
Go to the folder of the executable (cd folder/...);
Type ./HeaderConverter and press enter (make sure that this file is marked as executable);
Type the file name to be converted (C header), remember that on linux the file names are case sensitive;
Press enter;
Will be generated a file named "out.s" on the same folder of the executable.
HeaderConverter
Converts C headers into Assembly headers
Status: Alpha
Brought to you by:
augustogiachero
Downloads:
0 This Week
Linux
Windows