home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp48
- Path: sparky!uunet!wupost!eclnews!sara!kevin
- From: kevin@sara.wustl.edu (Kevin Ruland)
- Subject: What's the proper way to use EQU in RPL48?
- Message-ID: <1993Jan25.015507.5200@wuecl.wustl.edu>
- Sender: usenet@wuecl.wustl.edu (News Administrator)
- Nntp-Posting-Host: sara
- Organization: Center for Optimization and Semantic Control, Washington University
- Date: Mon, 25 Jan 1993 01:55:07 GMT
- Lines: 24
-
- I've been using the ASSEMBLE and RPL commands to block of EQU statements.
- For example, the header file S.H is:
- ::
- ASSEMBLE
- @one EQU =1GETLAM
- !one EQU =1PUTLAM
- RPL
- ;
-
- Then including them in my sysRPL programs with:
-
- ::
- CK0
- INCLUDE S.H
- <more programs>
- ;
-
- Is this the correct way? Is is possible to 'pre-assemble' the headerfile
- so the compiler doesn't need to do it again for every program?
-
- Thanks
-
- Kevin Ruland
- kevin@rodin.wustl.edu
-