Date: Thu, 17 Nov 1994 23:47:30 -0500 (EST) From: Long Doan To: Guy Langston Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, jmiller AT umdsun2 DOT umd DOT umich DOT edu, emazorow AT umdsun2 DOT umd DOT umich DOT edu, jwaling AT umdsun2 DOT umd DOT umich DOT edu Subject: Re: Having problems including ASM On Thu, 17 Nov 1994, Guy Langston wrote: > OK, I want to include plenty asm code (I plan to write a good GFX lib), > however I want to use TASM because I know it very well and I like it's power > and portability. Can I do this/How do I do this? You'll have to use the GNU Assembler (GAS) or you can use inline assembly in your C code. Alternative: write an application to convert TASM asm codes to GAS codes :=( > Also, are there any documents that explain the general theory (selectors etc) > of protected mode and DJGPP. Check out the Intel manual on 386DX, 486SX, 486DX, etc. +--------------------------------------------------------+ | Long Doan ldoan1 AT osf1 DOT gmu DOT edu | | ld AT netrix DOT com | +--------------------------------------------------------+