Post Reply 
(SOLVED) 41CL - DOUBLE HEPAX ACCESS and MMU CONFIG
08-21-2019, 12:00 PM
Post: #34
RE: 41CL - DOUBLE HEPAX ACCESS
About the 9HIL configuration, from what you said of what you want, basically nothing is kept from that configuration, so here we will do our own configuration.

The procedure ...
Code:
MMUDIS     // disable MMU
MMUCLR     // clear MMU configuration Set 0
"YFNX"     // 41CL Extreme Functions
PLUG1U     // plug YFNX module to page 0x9
MMUEN      // enable MMU
Code:
"4LIB 4"   // Library 4
PPLUG      // plug 4LIB module to page 0x4
"OSX3 8"   // OS/X ROM
PPLUG      // plug OSX3 module to page 0x8
"MASS A"   // MASS ROM
PPLUG      // plug MASS module to page 0xA
Code:
"%808 C"   // based on your previous message your HePaX RAM is from 0x808 to 0x80B
PPLUG      // activating HePaX RAM area from page 0xC to 0xF
"HEP2 B"   // HePaX 4H ROM
PPLUG      // mapping HePaX ROM to page 0xB
STOCFG 2   // copy MMU configuration from set 0 to set 2 (9CFB)
Code:
CAT 2      // should display // IMAG:XR
           // -EXT FNC 3B    // XFN3:25 at page 0x3
           //                // 4LIB:-- at page 0x4
           // -CL EXT FNC    // XFN5:-- at page 0x5
           // -TIME  3A      // TMOD:26 at page 0x5
           // -CL TIME       // XFN5:-- at page 0x5
           // -AMC"OS/X      // OSX3:05 at page 0x8
           // -OSX BANK2     // OSX3:-- at page 0x8
           // -YFNX 4C       // YFNX:15 at page 0x9
           // -SYS FNS       // YFNX:-- at page 0x9
           // -SER FNS       // YFNX:-- at page 0x9
           // -MISC FNS      // YFNX:-- at page 0x9
           // -X MASS STG    // MASS:16 at page 0xA
           // -HEPAX'4H      // HEP2:07 at page 0xB
           //                // hram-p1 at page 0xC
           //                // hram-p2 at page 0xD
           //                // hram-p3 at page 0xE
           //                // hram-p4 at page 0xF
HEPDIR     // should display: "H:DIR EMPTY" with 2610 in X (if empty of course)

Switching between the two configurations
Code:
"9CFA"     // custom configuration based on 9PWR
PPLUG      // activating 9CFA configuration

"9CFB"     // custom configuration for HP-IL
PPLUG      // activating 9CFB configuration
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 41CL - DOUBLE HEPAX ACCESS - Sylvain Cote - 08-21-2019 12:00 PM



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