flat assembler directive

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
nicola
Member
Member
Posts: 32
Joined: Mon May 16, 2011 2:05 pm
Location: hanoi

flat assembler directive

Post 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?
I'm using AMD Sempron 140 Single core 2.7GHz
User avatar
nicola
Member
Member
Posts: 32
Joined: Mon May 16, 2011 2:05 pm
Location: hanoi

Re: flat assembler directive

Post by nicola »

seem to be use16 & use64?
any such thing called use32?
I'm using AMD Sempron 140 Single core 2.7GHz
Post Reply