home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp48 / 6534 < prev    next >
Encoding:
Text File  |  1992-12-27  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!gumby!wupost!eclnews!semcomp!kevin
  3. From: kevin@semcomp.wustl.edu (Kevin Ruland)
  4. Subject: Question about RPL48 and sys RPL
  5. Message-ID: <1992Dec27.195420.17740@wuecl.wustl.edu>
  6. Sender: usenet@wuecl.wustl.edu (News Administrator)
  7. Nntp-Posting-Host: semcomp
  8. Organization: Center for Optimization and Semantic Control, Washington University
  9. Date: Sun, 27 Dec 1992 19:54:20 GMT
  10. Lines: 21
  11.  
  12.  
  13. I just started development with RPL48.  My fist question is about WHILE
  14. syntax.  RPLCOMP manual says that their compiler automatically puts the code
  15. between WHILE and REPEAT in an object, ie WHILE <stuff> REPEAT is compiled
  16. as WHILE :: <stuff> ; REPEAT.  Does the RPL48 compiler do that as well?
  17.  
  18. Also I'd like to do "DEFINES" in sys-RPL.  Currently I'm includeing
  19. the EQU statements between ASSEMBLE and RPL directives, but that puts
  20. an empty code object in the compiled program.
  21.  
  22. Is there a "good" list of sys-PRL commands in the RPL48 compiler.
  23. I'm using the RPLCOMP manual now but find its index lacking and orginization
  24. poor.  I'd like some kind of quick reference guide.
  25.  
  26. Finally, anyone have a list of array commands in sys-RPL, such as the
  27. equivalent to IDN, TRN, array multiplication, addition, and negation?
  28.  
  29. thanks for the help
  30.  
  31. Kevin Ruland
  32. kevin@rodin.wustl.edu
  33.