Calls to programs in Hepax show as XROM 11,... in multi-line editor

Please report issues with the DM41X Beta Firmware in this sub-forum
Post Reply
Dave Britten
Posts: 137
Joined: Wed Jun 14, 2017 9:27 pm

Calls to programs in Hepax show as XROM 11,... in multi-line editor

Post by Dave Britten »

Programs saved in Hepax are incorrectly shown as raw XROM 11,... calls inside the multi-line program editor. Switching to the single-line editor shows the correct XROM"NAME instruction.

Repro is pretty easy. Plug in a Hepax ROM, put the name of any current main memory program into alpha, and XEQ HSAVEP. After the program is copied to Hepax, do CLP to remove the program from main memory. Then edit any program, and XEQ the program you just saved in Hepax. Toggling display modes between single-line and multi-line will show XROM"NAME and XROM 11,... respectively.
User avatar
akaTB
Posts: 794
Joined: Tue May 02, 2017 1:56 pm
Location: Milan, Italy

Re: Calls to programs in Hepax show as XROM 11,... in multi-line editor

Post by akaTB »

Seems like multi-line editor still has issues.
Greetings,
    Massimo
ajcaton
-+×÷ left is right and right is wrong :twisted: Casted in gold
grsbanks
Posts: 1122
Joined: Tue Apr 25, 2017 11:23 am
Location: Preston, Lancs, UK
Contact:

Re: Calls to programs in Hepax show as XROM 11,... in multi-line editor

Post by grsbanks »

Confirmed and fed back to the developer :)

Thanks for the report Dave!
There are only 10 kinds of people in the world: those who understand binary and those who do not.
Dave Britten
Posts: 137
Joined: Wed Jun 14, 2017 9:27 pm

Re: Calls to programs in Hepax show as XROM 11,... in multi-line editor

Post by Dave Britten »

akaTB wrote:
Mon Oct 12, 2020 4:09 pm
Seems like multi-line editor still has issues.
Yeah, looks like there are still a couple little cosmetic issues, but overall I'm really impressed with how well it works, knowing how complex it must have been to bolt it on to the emulator.
grsbanks
Posts: 1122
Joined: Tue Apr 25, 2017 11:23 am
Location: Preston, Lancs, UK
Contact:

Re: Calls to programs in Hepax show as XROM 11,... in multi-line editor

Post by grsbanks »

What it is, is the multiline editor has its own XROM name resolution system and doesn't rely on the underlying 41CX ROMs like the single-line editor does. This usage case is (hopefully the only) one that nobody thought of!
There are only 10 kinds of people in the world: those who understand binary and those who do not.
Post Reply