Message-Id: <1.5.4.32.19961008013613.0070b3f8@mail.interlog.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 07 Oct 1996 21:36:13 -0400 To: djgpp AT delorie DOT com From: Farhan Yousaf Subject: The first problem (a horror series in 10 parts) Cc: norsk AT interlink DOT no Dear Kim, >Why doesnt this work?: >asm(" movw $13,%ax > int $10 > "); Simple solution: You forgot to put the 0x before the numerics there. E. g.: asm("movw $0x13, %ax\n int $0x10\n"); Have fun with the AT&T syntax! -- Farhan Yousaf "We were never feeling bored PSBFreak because we were never being boring." PSB, Hit Music: http://www.interlog.com/~farhany/