Post Reply 
Genesis 41 Emulator by Laurent Spohr
06-26-2021, 08:02 PM
Post: #39
RE: Genesis 41 Emulator by Laurent Spohr
(06-24-2021 05:32 PM)Sylvain Cote Wrote:  I just looked in the RAMBox32 manual and there is a way to transfer system buffer and/or user defined keys to/from RAM from/to QROM.

The functions related to user defined keys (UDK) are: KEYAS? , CRFLKEY , LDKEY and GTKEY.

RAM to QROM procedure:
Code:
KEYAS?     // find the number of registers used by the UDK internal buffer
10         // page where QROM is located
"MYKEYS"   // UDK filename to create in QROM
CRFLKEY    // create an empty key file in QROM using ALPHA (QROM UDK filename) , X (QROM page) & Y registers (QROM UDK file size)
LDKEY      // copy UDK from internal buffer to QROM file

QROM to RAM procedure:
Code:
"MYKEYS"   // UDK filename in QROM
GTKEY      // copy UDK from QROM file to internal buffer

Sylvain

PS: the RAMBox 32 manual is available on the same site that Robert gave you in post #31

edit 1: typos
edit 2: PS

Thank you again Sylvain. I’ll see how this works for me.

Engineer & Senior IT Executive
2x HP41CL, HP41CX, HP48GX, HP50g, 2x82162A Printer, 2x82143A Printer, 2x HP-IL, 2x Card-Readers, PIL-BOX.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Genesis 41 Emulator by Laurent Spohr - Neve - 06-26-2021 08:02 PM



User(s) browsing this thread: 1 Guest(s)