From: Teemu Lahteenmaki Subject: Doing assembler with DJGPP To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Sat, 15 Jan 1994 04:47:43 +0200 (EET) I am quite beginner with DJGPP, and would like to do assembler code with its AS. However, the commands (AT&T?) look a bit different than those usually used with PC. Is there list of these commands so one could transfer 'normal' assembler code into ATT format ? The documents which came with AS were real useless, like how do I call these assembler functions from C code, and how to transfer parameters in real mode ? I have used Turbo Assembler before, and there parameters were delivered as a list pointed by dx, (.. or how was it..). All in all, where could I find info about real mode assembler programming ? ..And for what do we use es, ds and cs if we don't have segmented memory anymore ?