Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

OpenWatcom version 1.7 available | anyone tested it ? (Announce)

posted by rr Homepage E-mail, Berlin, Germany, 02.09.2007, 12:42

> > get a Kinesics tar source archive for UNIX systems, but its license is
> unclear to me.
>
> At least it's 100% safe and legal to use the binary :-)

For some that's not enough.

> > GAS supports .intel_syntax noprefix for seven years now
> > (since binutils version 2.10)
>
> I had known this (except that for exactly 7.00000000 years ...) but does
> GCC accept it for inline ASM as well ?

Why did you not try it yourself?

int main()
{
   asm(".intel_syntax noprefix");
   asm("mov eax, 3");
   asm("int 0x10");
   asm(".att_syntax prefix");
   return 0;
}


Build command: gcc -Wall -O2 -s main.c -o main.exe

---
Forum admin

Thread locked
 

Complete thread:

Back to the forum
Board view  Mix view
22049 Postings in 2034 Threads, 396 registered users, 247 users online (0 registered, 247 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum