Page 1 of 1

flat assembler directive

Posted: Mon May 16, 2011 6:46 pm
by nicola
flat assembler seems to me a great one to make .bin file
but i wonder how this fasm can recognize which portion of code is 16bit code,
which portion of code is 32bit code, and which portion of code is 64bit.

i've looked through the documentation of fasm but no such thing documented.
i just want something like in tasm of the old time (ie. directives like .286, .386, .486 etc.)

you guys have any suggestion?

Re: flat assembler directive

Posted: Mon May 16, 2011 6:55 pm
by nicola
seem to be use16 & use64?
any such thing called use32?