Post Reply 
Circuit Analysis Pac Module Import to V41 Error Program
10-30-2023, 07:35 PM
Post: #10
RE: Circuit Analysis Pac Module Import to V41 Error Program
(10-30-2023 03:15 PM)Didier Lachieze Wrote:  There may be an issue because the user code in this module doesn’t start with a global label, instead it starts with :
Code:
01 LBL 70

Just to check, can you type GTO "GNAP " and then move to program mode. The program pointer should be at :
Code:
502 LBL"GNAP"

EDIT: here is a .raw file I've created in V41 after loading CIRCUIT.MOD and COPYing it RAM, by using File>Put User Code ... and selecting the label *J which is the first global label in the CIRCUIT module.


EDIT2: this user program in RAM works correctly if the CIRCUIT rom is plugged, but fails when removing the MOD file because it contains calls to the global labels in the ROM which are not translated by COPY. So this solution cannot be used to create a standalone .raw file.

At this point I believe that not all application pac modules can be decoded in RAW format, thanks to all those who gave me their precious help!!!
Paolo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Circuit Analysis Pac Module Import to V41 Error Program - plore90 - 10-30-2023 07:35 PM



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