Asm in GCC

Atanas Uzunov atanasuzunov@mail.bg
Thu Apr 4 15:06:00 GMT 2002


Hi,
I need to know how to implement simple assembler instructions in C for
example:

mov ah, 2

when i wrte this (asm ("mov ah, 2"::)) i get the message: Error: suffix or
operands invalid for `mov'

In help files there are examples only with somthing like that : mov %0,%1
...
nothing said about ah, al ...

Atanas Uzunov



More information about the Gcc-help mailing list