home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp48
- Path: sparky!uunet!gumby!wupost!eclnews!semcomp!kevin
- From: kevin@semcomp.wustl.edu (Kevin Ruland)
- Subject: Question about RPL48 and sys RPL
- Message-ID: <1992Dec27.195420.17740@wuecl.wustl.edu>
- Sender: usenet@wuecl.wustl.edu (News Administrator)
- Nntp-Posting-Host: semcomp
- Organization: Center for Optimization and Semantic Control, Washington University
- Date: Sun, 27 Dec 1992 19:54:20 GMT
- Lines: 21
-
-
- I just started development with RPL48. My fist question is about WHILE
- syntax. RPLCOMP manual says that their compiler automatically puts the code
- between WHILE and REPEAT in an object, ie WHILE <stuff> REPEAT is compiled
- as WHILE :: <stuff> ; REPEAT. Does the RPL48 compiler do that as well?
-
- Also I'd like to do "DEFINES" in sys-RPL. Currently I'm includeing
- the EQU statements between ASSEMBLE and RPL directives, but that puts
- an empty code object in the compiled program.
-
- Is there a "good" list of sys-PRL commands in the RPL48 compiler.
- I'm using the RPLCOMP manual now but find its index lacking and orginization
- poor. I'd like some kind of quick reference guide.
-
- Finally, anyone have a list of array commands in sys-RPL, such as the
- equivalent to IDN, TRN, array multiplication, addition, and negation?
-
- thanks for the help
-
- Kevin Ruland
- kevin@rodin.wustl.edu
-