home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!know!cass.ma02.bull.com!mips2!news.bbn.com!usc!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!unidui!rrz.uni-koeln.de!Germany.EU.net!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp.hut.fi!mheiskan
- From: mheiskan@hut.fi (Mika Heiskanen)
- Newsgroups: comp.sys.hp48
- Subject: Re: sasm.opc, compile syseval
- Message-ID: <MHEISKAN.92Nov13205754@lk-hp-21.hut.fi>
- Date: 13 Nov 92 18:57:53 GMT
- References: <lg56o0INNiih@utkcs2.cs.utk.edu> <LARSG.92Nov13181930@maud.maud>
- Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
- Reply-To: mheiskan@vipunen.hut.fi
- Organization: Helsinki University of Technology, Finland
- Lines: 23
- In-Reply-To: larsg@ifi.uio.no's message of Fri, 13 Nov 1992 17:19:30 GMT
- Nntp-Posting-Host: lk-hp-21.hut.fi
-
-
- >Because SYSEVAL is a user-rpl command, and it's address is not known
- >by the compiler. You can include this command yourself, calling it
- >xSYSEVAL, but I do not know the procedure to do this. It's not enough
- >to add a line
- >#xSYSEVAL 1A52Eh *
- >(syntax right?), 1A52Eh being SYSEVAL's address, to entries.a. I
- >would be glad if someone would describe the exact procedure to do
- >this!
-
- You can either put this in the source:
- ASSEMBLE
- xSYSEVAL EQU #1A52E
- RPL
-
- or put this into entries.a:
- =xSYSEVAL EQU #1A52E *
-
- Nore that you still have to sasm entries.a to get entries.o, *which* is the
- file used to resolve tokens.
-
- --
- --> mheiskan@vipunen.hut.fi
-