On Jul 9, 2008, at 1:48 PM, Sampsa Lehtonen wrote: > Is it possible Yes, just compile to a .s file normally, then assemble that, then you can use ld and objcopy (binutils) to convert to something approaching raw machine code.