How to create custom 41C modules from keystroke programs?
|
10-09-2020, 05:21 PM
(This post was last modified: 10-10-2020 10:46 PM by Sylvain Cote.)
Post: #28
|
|||
|
|||
RE: How to create custom 41C modules from keystroke programs?
This is my solution for creating a custom FOCAL ROM on a DM41X using RAMBOX32 ROM and MLDL RAM (QROM).
Here are the reference modules: (in MOD format)
Simplified logic for a 4K ROM is: Code: {begin} Example configuration: Code: RAMBOX32.MOD is mapped to page 8 (named "W&W RAMBOX 32" in Active Modules list) Sample code 1: (3 lines 11 bytes) Code: LBL "SND" Sample code 2: (4 lines 18 bytes) Code: LBL "DSP" Init ROM image: Code: "-FOCAL APP1" // ROM name Load first program in ROM image: Code: FRYBT? // free space available = 4044 Load second program in ROM image: Code: FRYBT? // free space available = 4028 Close ROM image: Code: "FA1A" // ROM version Next step is to save the new ROM to the calculator file system.
Next, transfer the file to your computer. I am still looking at how to convert the binary file to a mod file format. Sylvain Edit: adding saving RAM page information PS: See my comment below. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)