Hello all,
I'm using my v3 41CL and trying to learn PowerCL from Ãngel Martin. However, I'm having a bear of a time getting it installed/working. I'll start from a blank slate:
BACKSPACE-ON
XEQ "MMUCLR"
"YFNZ" XEQ "PLUG1L"
# Load the Library #4
"804040-8120" XEQ "YPOKE"
"PWRL" XEQ "PLUG1U"
XEQ "MMUEN"
All of this works as expected. A few tests:
XEQ "MMUCAT" ... works
XEQ "PLUGG?" ... works
XEQ "BFCAT" ... NO BUFFERS
XEQ "ΣCL" ... works
CATALOG 2 ... (among others)
- YFNS 4B
- POWERCL B4
Then work as expected. But then I start running into problems.
XEQ "BLCAT" ... NONEXISTENT
XEQ "YFNZ?" ... NONEXISTENT
XEQ "ΣCL" C F ... just shows the XCAT B:G:K:L:M:U:X again
So, what's going on? Verify MMU settings...
"804090-0000" XEQ "YPEEK" ... 804090-8114 (as expected)
"804094-0000" XEQ "YPEEK" ... 804094-8116 (bank 3, as expected)
"804098-0000" XEQ "YPEEK" ... 804098-8115 (bank 2, as expected)
"80409C-0000" XEQ "YPEEK" ... 80409C-8117 (bank 4, as expected)
So, the MMU has loaded PowerCL just fine. Double-checking the page 4 mapping is good too:
"804040-0000" XEQ "YPEEK" ... "804040-8120" (as expected)
So, I'm a bit lost as to what is going on and why some of PowerCL doesn't seem to be working. I welcome help.
Thanks,
Doug