Post Reply 
Circuit Analysis Pac Module Import to V41 Error Program
10-30-2023, 03:15 PM (This post was last modified: 10-30-2023 03:43 PM by Didier Lachieze.)
Post: #9
RE: Circuit Analysis Pac Module Import to V41 Error Program
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.

.zip  circuit.zip (Size: 1.07 KB / Downloads: 1)

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.
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 - Didier Lachieze - 10-30-2023 03:15 PM



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