• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Converting GAS assembler into NASM assembler?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Jamie_Edwards

Registered
Joined
Jul 13, 2012
Location
South Wales, UK
Hi guys,

I'm a little stuck with my project at the moment. I have a piece of source code that's in AT&T syntax, and well I favour the Intel syntax...

So here's my question, How do I translate AT&T into Intel?

some of the instructions I have to change are things like:

movb %%fs:%1,%0

and

movw %%fs:%1, %0

There is more, so if you have any manuals or something that could help, that would be great!

Thanks.

Jamie
 
Back