Mail Archives: djgpp/1998/06/23/15:34:14
From: | Vic <tudor AT cam DOT org>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Best 3D Engine that uses Allegro?
|
Date: | Tue, 23 Jun 1998 15:13:22 -0400
|
Organization: | Communications Accessibles Montreal, Quebec Canada
|
Lines: | 8
|
Message-ID: | <358FFE52.184E@cam.org>
|
References: | <000601bd9ed8$7147d720$2f4d08c3 AT arthur>
|
NNTP-Posting-Host: | dialup-940.hip.cam.org
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Arthur wrote:
> Which commands are written in ASM? The few source code files I've looked at
> have all been in C, although that does not mean that the actual library is
> entirly C.
all the low level stuff is ASM.
for a little "well, DUH!", if you look at .c files, you'll see C code.
Look at the .S files for the asm sources.
- Raw text -