home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!comp.vuw.ac.nz!newshost.wcc.govt.nz!kosmos.wcc.govt.nz!mckay_g
- From: mckay_g@kosmos.wcc.govt.nz
- Newsgroups: comp.sys.acorn.tech
- Subject: Re: ObjAsm: Conditional includes
- Date: 20 Dec 92 18:42:24 NZST
- Organization: Welligton City Council, Public Access.
- Lines: 27
- Message-ID: <1992Dec20.184224.1@kosmos.wcc.govt.nz>
- References: <1992Dec14.123731.3037@ugle.unit.no> <BzGJuu.2Dy@dcs.ed.ac.uk>
- NNTP-Posting-Host: kosmos.wcc.govt.nz
-
- If you want to do conditional includes in objasm/aasm you need to do someting
- like the following (can't be too sure if the is exactly right because my
- manuals are on the other side of the world!)
-
-
- ; File to define register names
-
- [ :NOT::DEF:regs
-
- GBLL regs
-
-
- r0 RN 0
- r1 RN 1
- .
- :
-
- ; <stuff to include>
-
- ]
-
- END
-
- I seem to recall that this does the trick.
-
- Rob
-
-