Hi,
Do you know any good tutorial or book on AT&T syntax Assembler
language? please let me know if you do.
thanks for advance
Bora,
Do you know any good tutorial or book on AT&T syntax Assembler
language? please let me know if you do.
thanks for advance
Bora,
> Do you know any good tutorial or book on AT&T syntax Assembler
> language? please let me know if you do.
-Andi
> Assuming you already know Intel syntax x86 assembler then the
Greetings,Quote:> gas info pages (included with GNU binutils) include a short, but
> usable documentation about the differences.
Institut f"ur Physikalische Chemie I
Universit"atsstr. 1, Geb 26.43 Raum 02.29 phone ++49-211-8113681
40225 D"usseldorf fax ++49-211-8115195
Germany http://www-public.rz.uni-duesseldorf.de/~jochen
-----------------------------------------------------------------------
1. inline assembler error - porting Intel syntax to AT&T syntax
// Intel syntax
void x( int *p ) {
int example;
__asm {
mov esi, p
mov [ esi ], ebx
mov [example], eax
}
I'm porting the code to GCC, but got error
I couldn't access the data which *p points to, and got error like this:
- error, undefined reference to `p'
I couldn't access varible example, and got error like this:
- error, undefined reference to `example'
and no error if it is a global varible
Can someone help me?
3. where to download "AT&T System V/386 assembler syntax manual"
4. "umsdos" vs "vfat" vs "looped ext2"
9. intel Syntax -> AT&T Syntax
10. AT&T asm syntax but not IBM asm syntax?
11. Grep-ing for Constants (Re: Assembler Syntax...)
12. PA-RISC assembler tutorial
13. i386 UNIX 'as' Assembler syntax