LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can I use the "intel masm" like assembler language in C++ of Linux? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-use-the-intel-masm-like-assembler-language-in-c-of-linux-138414/)

tx-cary 01-25-2004 09:15 AM

How can I use the "intel masm" like assembler language in C++ of Linux?
 
Is it "_asm mov al, 08h" and
"_asm{
mov al, 08h
}"
Like in windows?
I want to know this. And I want to write a program in linux to control the RS232 port and EPP port

Fascistchicken 01-25-2004 09:40 AM

http://linuxassembly.org
http://www-106.ibm.com/developerwork...l?dwzone=linux
this doesnt really answer your questions but hope it helps

tx-cary 01-25-2004 07:55 PM

That's OK, it is useful, I think.

jtshaw 01-25-2004 08:08 PM

Check this out as well, assuming you use gcc as your compiler

http://gcc.gnu.org/onlinedocs/gcc-3....Extended%20Asm

tx-cary 01-28-2004 08:48 PM

Quote:

Originally posted by jtshaw
Check this out as well, assuming you use gcc as your compiler

http://gcc.gnu.org/onlinedocs/gcc-3....Extended%20Asm

Useful, useful!


All times are GMT -5. The time now is 01:43 AM.