Re: EEC V file conversion
Posted: 2023 Nov 15, 16:29
I have a quick question when looking for similarities. it is about the arg in the list file. The first example is from the eqe3 lst file second is the rzasa lst file that I think matches, but I am having problems defining it in the dir file. I first tried it at address 9a4, but obviously it is not correct because it does not define it in the lst file when i put that in the dir file. Please help me understand the arg code a little better? not sure what to do when there are 2 different arg in the same area. Thanks
Code: Select all
83113: ef,cb,b4 call 0e5e1 Sub_0e5e1 (
83116: a4,09 #arg 1 9a4,
83118: 05 #arg 2 5 );
83119: 91,40,89 orb R89,40 EGR_MON = 1;Code: Select all
84213: ef,71,b6 call 0f887 Sub_0f887 (
84216: 8a,0a #arg 1 P0400STATE );
84218: 91,40,88 orb R88,40 EGR_MON = 1;