RSS 2 projects tagged "Assemblers"

Download Website Updated 19 Nov 2009 cencode

Screenshot
Pop 26.76
Vit 2.16

cencode encodes a stream or a file into quoted c-string escape sequences, suitable for use directly in C code. It is a universal alternative to dedicated export formats like XPM, unportable resource forks, linker flags, and Windows resources where dynamic loading of external data is not possible or undesired.

Download Website Updated 23 Mar 2006 h2incn

Screenshot
Pop 21.31
Vit 1.67

h2incn tries to directly convert C/C++ headers to Nasm-style include files, and can be used in a makefile. It is useful if you want to use the same structures or external variable declarations in C and assembler code, and you don't want to use two separate files and update both each time you change something. It is written in a mix of C and C++ code. It currently works for simple files.

Screenshot

Project Spotlight

uterus

A codec library and tools for financial tick data.

Screenshot

Project Spotlight

CoFlo

A C and C++ control flow graph generator and analyzer.