asm in linux [Archive] - C Board

PDA

View Full Version : asm in linux


weapon__x
05-29-2002, 09:38 PM
will inline asm work in LINUX?
i mean will:
asm
{
mov ax,03
int 10h
};

work in linux?
or is it only in windows/dos environment?


revolutionaire@eudoramail.com

Lynux-Penguin
06-02-2002, 01:25 AM
there is no ;'s after the command.

Lynux-Penguin
06-02-2002, 09:44 AM
try it, observe how it ends the function call....
at least on Linux it does