[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smaller f00f.c




On Fri, 14 Nov 1997, Jeff Barber wrote:

> No need for an array, so my entry is:
> 
> int main=0xc8c70ff0; /* 20 chars */

Cool. This also compiles:

main=0xc8c70ff0; /* 14 chars */


Just as many chars as the assembly code, f00f.s:

lock cmpxch8b

[can unknown intructions like this be force compiled?]