Post Reply 
emu71 / HP41 Translator question
11-30-2015, 03:27 PM
Post: #4
RE: emu71 / HP41 Translator question
(11-30-2015 01:23 PM)Dwight Sturrock Wrote:  Forth is now working, thanks.

So TRANS41 has hard coded memory locations that prevent it from simply being dropped into RAM? As you can see, SHOWPORT is working from the toolkit.

Both the FORTH/ASM and TRANS41 modules have both a Hard-coded ROM (at E0000) and Soft-coded ROM (address based on which Port it is in).

Sylvain's procedure explains how to load the 2 files for each of these 2 ROMs for the FORTH/ASM module, the same procedure can be used to load the 2 analogous files for the TRANS41 modules (these files are in Dave's Toolkit I believe). So you just follow the same procedure using the 2 TRANS41 files.

Note that, just like in a real machine, you cannot load both the FORTH/ASM and TRANS41 modules at the same time, as both need to access the same HC (Hard-Coded) ROM at E0000.

HTH

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: emu71 / HP41 Translator question - rprosperi - 11-30-2015 03:27 PM



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