| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Newsgroups: | comp.os.msdos.djgpp |
| From: | "William A. Barath" <wi534 AT victoria DOT tc DOT ca> |
| Subject: | Re: Tasm and DJGPP |
| In-Reply-To: | <662f61$lp9$1@prometheus.acsu.buffalo.edu> |
| Message-ID: | <Pine.GSO.3.95.iB1.0.971203093801.7828F-100000@vtn1> |
| Sender: | news AT freenet DOT victoria DOT bc DOT ca (News Manager) |
| Organization: | Victoria Freenet Association |
| References: | <662f61$lp9$1 AT prometheus DOT acsu DOT buffalo DOT edu> |
| Mime-Version: | 1.0 |
| Date: | Wed, 3 Dec 1997 17:39:11 GMT |
| Lines: | 18 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
On 3 Dec 1997, Newbie wrote: | Is there a way to use assembler routines for DJGPP |via external method? like using little Tasm program to draw lines |for example, if so how would one set it up and compile it. Or is |inline assembly only way to go? Any help will be greatly appreciated |thx. try typing: gcc blather.c -S You should like what you see, but you will need to learn AT&T assembler. Wil Barath, aka WseM : "I feel as though I see my pen to write" Author of VPM, EDITPLN, and other VGA Planets support programs Visit my homepage! -------------> http://victoria.tc.ca/~wi534
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |