Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: David Schmenk Newsgroups: comp.sys.apple2.programmer Subject: Re: ProDOS Assembly Tools docs Date: Thu, 5 Apr 2012 21:09:16 -0700 (PDT) Organization: http://groups.google.com Lines: 39 Message-ID: <23760431.5.1333685356401.JavaMail.geo-discussion-forums@pbcgj9> References: <18798171.141.1332792234649.JavaMail.geo-discussion-forums@pbnt10> <2776118.2035.1333644920588.JavaMail.geo-discussion-forums@pbvs10> NNTP-Posting-Host: 71.83.118.46 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1333685357 15598 127.0.0.1 (6 Apr 2012 04:09:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 6 Apr 2012 04:09:17 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.83.118.46; posting-account=BEcBJwoAAADnWuRoZDUhMSNKNGG-dTV7 User-Agent: G2/1.0 Xref: csiph.com comp.sys.apple2.programmer:256 On Thursday, April 5, 2012 10:33:00 AM UTC-7, D Finnigan wrote: > David Schmenk wrote: > > On Thursday, April 5, 2012 7:34:56 AM UTC-7, A2CPM wrote: > >> Hi, y'all! > >> > >> 'ENTRY' is the mnemonic to use to define an address that can be > >> referred to be another module. 'DEF' and '.DEF' are synonyms for this > >> mnemonic. 'EXTRN' is the mnemonic to use to define a reference to an > >> address in another module. 'REF' and '.REF' are synonyms for this > >> mnemonic. 'ZXTRN' is the mnemonic to use to define a reference to a > >> page zero address in another module. 'ZREF' is a synonym for this > >> mnemonic. Finally, 'REL' is the mnemonic to use to get the assembler > >> to generate a 'REL' file instead of a 'BIN' file. > >> > >> Willi > > > > John Matthews' site has pretty much documented everything needed to code > > with EDASM. The only thing I would update, and the reason I was looking > > for the actual documentation, was some symbol table information. The > MACRO > > bit ($040) is apparently unused, just as in the DOS version. I plan on > > co-opting this for PLASMAs needs. > > > > I looked around for my documentation, but it appears to be stored away > somewhere inconvenient. I may be able to get to it this weekend if you still > have an interest. > > -- > ]DF$ > Mac GUI Vault - A source for retro Apple II and > Macintosh computing. > http://macgui.com/vault/ I have found the information I needed to proceed. We are missing a good quality scan to archive, though. Thanks, Dave...