Post Reply 
HP-41 RAMBox Questions
02-19-2020, 12:26 AM (This post was last modified: 02-19-2020 12:41 AM by Sylvain Cote.)
Post: #17
RE: HP-41 RAMBox Questions
Hello Raymond,

(02-18-2020 09:12 PM)Raymond Del Tondo Wrote:  A small correction to your description of PG<> :
According to the manual PG<> switches between RAMBOX 0 and RAMBOX 1, so if page 8 contains RBOS-"a", all pages are switched to the "b" after issuing PG<> , regardless whether banks were interleaved before or not.
You are right and I was mistaken.

I just did the following test on my HP-41CY that proves what you have said.

Activate RAMBOX a/0 non-interleave
Code:
PG<>
CAT 2                                    // if shows "-RAMBOX 64b" then do another: PG<>

Create odd and even modules in RAMBOX a/0
Code:
CAT 2                                    // shows "-RAMBOX 64a"
11  ENTER  "-TEST-AO"  INITPG  CAT 2     // shows "-RAMBOX 64a" ... "-TEST-AO"
12  ENTER  "-TEST-AE"  INITPG  CAT 2     // shows "-RAMBOX 64a" ... "-TEST-AO" ... "-TEST-AE"

Create odd and even modules in RAMBOX b/1
Code:
PG<>
CAT 2                                    // shows "-RAMBOX 64b"
13  ENTER  "-TEST-BO"  INITPG  CAT 2     // shows "-RAMBOX 64b" ... "-TEST-BO"
14  ENTER  "-TEST-BE"  INITPG  CAT 2     // shows "-RAMBOX 64b" ... "-TEST-BO" ... "-TEST-BE"

Switch RAMBOX a and b between interleaved and non-interleaved modes:
Code:
PG<>
CAT 2                                    // shows "-RAMBOX 64a" ... "-TEST-AO" ... "-TEST-AE"
PG01
CAT 2                                    // shows "-RAMBOX 64a" ... "-TEST-BO" ... "-TEST-AE"  // reordered for easy reading
PG10
CAT 2                                    // shows "-RAMBOX 64b" ... "-TEST-AO" ... "-TEST-BE"
Code:
PG<>
CAT 2                                    // shows "-RAMBOX 64a" ... "-TEST-AO" ... "-TEST-AE"
PG<>
CAT 2                                    // shows "-RAMBOX 64b" ... "-TEST-BO" ... "-TEST-BE"

Cleanup
Code:
PG<>
CAT 2                                    // shows "-RAMBOX 64a" ... "-TEST-AO" ... "-TEST-AE"
12  CLPG  CAT 2                          // shows "-RAMBOX 64a" ... "-TEST-AO"
11  CLPG  CAT 2                          // shows "-RAMBOX 64a"
Code:
PG<>
CAT 2                                    // shows "-RAMBOX 64b" ... "-TEST-BO" ... "-TEST-BE"
14  CLPG  CAT 2                          // shows "-RAMBOX 64b" ... "-TEST-BO"
13  CLPG  CAT 2                          // shows "-RAMBOX 64b"

Sylvain
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-41 RAMBox Questions - rprosperi - 02-16-2020, 08:17 PM
RE: HP-41 RAMBox Questions - rprosperi - 02-17-2020, 01:57 AM
RE: HP-41 RAMBox Questions - Sylvain Cote - 02-17-2020, 03:09 AM
RE: HP-41 RAMBox Questions - rprosperi - 02-17-2020, 04:19 AM
RE: HP-41 RAMBox Questions - rprosperi - 02-17-2020, 03:44 PM
RE: HP-41 RAMBox Questions - HP-Collection - 02-17-2020, 06:38 PM
RE: HP-41 RAMBox Questions - rprosperi - 02-17-2020, 06:47 PM
RE: HP-41 RAMBox Questions - rprosperi - 02-17-2020, 08:26 PM
RE: HP-41 RAMBox Questions - J-F Garnier - 02-17-2020, 09:08 PM
RE: HP-41 RAMBox Questions - rprosperi - 02-18-2020, 12:29 AM
RE: HP-41 RAMBox Questions - Sylvain Cote - 02-18-2020, 03:53 AM
RE: HP-41 RAMBox Questions - Sylvain Cote - 02-19-2020 12:26 AM
RE: HP-41 RAMBox Questions - rprosperi - 02-18-2020, 03:16 PM
RE: HP-41 RAMBox Questions - Sylvain Cote - 02-19-2020, 04:01 AM
RE: HP-41 RAMBox Questions - Sylvain Cote - 02-19-2020, 11:13 AM
RE: HP-41 RAMBox Questions - Ángel Martin - 02-19-2020, 11:20 AM
RE: HP-41 RAMBox Questions - Ángel Martin - 02-19-2020, 02:50 PM
RE: HP-41 RAMBox Questions - Ángel Martin - 02-20-2020, 04:35 PM
RE: HP-41 RAMBox Questions - Ángel Martin - 02-22-2020, 01:44 AM
RE: HP-41 RAMBox Questions - Ángel Martin - 02-24-2020, 05:14 AM
RE: HP-41 RAMBox Questions - rprosperi - 02-24-2020, 05:06 AM
RE: HP-41 RAMBox Questions - Jurgen Keller - 02-24-2020, 10:48 AM
RE: HP-41 RAMBox Questions - rprosperi - 02-24-2020, 08:27 PM
RE: HP-41 RAMBox Questions - rprosperi - 02-26-2020, 09:03 PM



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