-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.TXT
More file actions
64 lines (56 loc) · 3.61 KB
/
README.TXT
File metadata and controls
64 lines (56 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
//---------------------------------------------------------------------------//
// Copyright (c) 2008 Meindert Kuipers, Netherlands //
// meindert@kuiprs.nl www.kuiprs.nl //
// //
// This program is free software; you can redistribute it and/or //
// modify it under the terms of the GNU General Public License //
// as published by the Free Software Foundation; either version 2 //
// of the License, or (at your option) any later version. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA//
//---------------------------------------------------------------------------//
//
//---------------------------------------------------------------------------//
// README.TXT //
// File with installation and revision instructions //
// Ver Date Description //
// 0.20 May 2022 first public BETA //
// 0.3 FEB 2026 Updated version //
//---------------------------------------------------------------------------//
This is the first public BETA version. Please report any issues.
Initial version, based on MLDL2000 Version 1.91, without any hardware support.
Refer to the manual of M2kM for the basic operation of the ROMHandler.
The disassembler offers the following extra or undocumented functions compared
to the most recent version of M2kM:
- disassembly of HEPAX RAM images, recognizes file types
- support for HP41CL commands
- support for HP41CL FLDB image listing
- alert for HP41CL image using upper bits
- lists HP41CL YCRC
- alert for HEPAX RAM file (xFF3 = 200)
- supports lower case mnemonics and mnemonics without spaces (CalypsiNut style)
- HEXdump of a ROM image
- listwindow and disassembly lister font can be selected (with Preferences)
- analysis of DM41X RAM file, and splits this file in seperate ROM files
- opens i41CX mailmod files
Updates Februari 2026
- fixed issues with opening and saving .ini file
- fixed TEF field codes for HP mnemonics
- added disassembly of mainframe entry 23FA, FAst Absolute GOSUB, now also generates label
No warranty of any kind. Please backup your files before using this software!
The executable of the ROMHandler consists of the following files:
ROMHandler.exe - the executable
ROMHandler.INI - ini file with preferences for ROMHandler
SYSTEMLABELS.TXT - textfile with labels of the HP41 System ROMS for the disassembler
XROM.TXT - textfile with XROM numbers for the disassembler
README.TXT - this file
All files should be installed in the same directory. ROMHandler has no
installer and does not use the Windows registry. Uninstalling is done by
deleting the files mentioned above.