home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!news.Hamburg.Germany.EU.net!mwhh!dmhh.hanse.de!detlef
- From: detlef@dmhh.hanse.de (Detlef Mueller)
- Newsgroups: comp.sys.hp48
- Subject: Re: How do I copy ROM-libraries to a RAM-card?
- Distribution: world
- Message-ID: <725471643detlef.detlef@dmhh.hanse.de>
- Sender: detlef@dmhh.hanse.de
- Date: Sun, 27 Dec 92 15:54:03 GMT
- References: <1992Dec25.144549.7438@kth.se>
- Lines: 23
-
- In article <1992Dec25.144549.7438@kth.se> d91-mwd@dront.nada.kth.se (Michael Westlund) writes:
- > [..]
- >Is there any way I can copy the libraries of one of my ROM cards onto
- >my RAM card and thus be able to access both of of them at the same
- >time - without having to remove my merged RAM card?
- > [..]
-
- DeASC the following little program and store it as 'RPORT':
-
- %%HP: T(3);
- "D9D20D2951D2B36AEC81229123F21644230B2130AB9E"
-
- RPORT expects a port number on the stack (0, 1 or 2) and returns all objects
- stored in that port on the stack. Just store all objects you want to copy
- into another port using eg. 0 STO.
-
- Bye,
- 8-Detlef
- --
- +------------------------------------+--------------------------------------+
- |`What a depressingly stupid machine'| Detlef Mueller |
- | -- Marvin | detlef@dmhh.hanse.de |
- +------------------------------------+--------------------------------------+
-