Re: A85: I was wondering how to start Usgard using a jp ($8BFF)


[Prev][Next][Index][Thread]

Re: A85: I was wondering how to start Usgard using a jp ($8BFF)




-> I was thinking of writing a TSR program that would start USGARD from some 
-> other button...such as <PRGM> <F5>. Something that is unused and wouldn't be 
-> written over easily. Any info would be appreciated. 
->  
-> Thanks 
-> Mogul52 
 
I don't know how it is for usgard, but the custom menu requires a some kind
of header, or it won't work.  You may be jumping in to the header, and
executing data as program data.  That would tend to screw things up. 
 
My suggestion:  alalyze the header, and look for the jump, then adjust your
pointer if it is off.