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