Mail Archives: djgpp/2000/03/12/13:16:19
Okay, I know there's something simple I'm not getting... I just can't
find it.
I'm trying to inline asm this:
mov ax, 0x03
int 0x10
I've tried various ways to do it, including attempts at AT&T syntax,
since that what GAS uses, I know... but it always gives me errors. I've
tried asm and __asm__ keywords... didn't work. Simple question: what
peice of code to I need to stick that asm into my djgpp program?
Thx
--Robert Whitlock
http://www.geocities.com/CapeCanaveral/Hangar/9520/
ICQ 60123256
- Raw text -