home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!comp.vuw.ac.nz!actrix!templar!jbickers
- From: jbickers@templar.actrix.gen.nz (John Bickers)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: including 68000 code in C
- References: <1992Aug25.023906.8962@ccu.umanitoba.ca> <1992Aug26.100614.10949@bristol.ac.uk>
- Message-ID: <jbickers.0dvx@templar.actrix.gen.nz>
- Date: 27 Aug 92 08:54:59 PST
- Organization: TAP, NZAmigaUG
- Lines: 17
-
- Quoted from <1992Aug26.100614.10949@bristol.ac.uk> by ccsw@bristol.ac.uk (EthaStorm):
- > XDEF Loop20
- >
- > Loop20:
-
- Make that:
-
- XDEF _Loop20
-
- _Loop20:
-
- and you're away.
-
- > Steff *8)
- --
- *** John Bickers, TAP, NZAmigaUG. jbickers@templar.actrix.gen.nz ***
- *** "Radioactivity - It's in the air, for you and me" - Kraftwerk ***
-