Re: EEC V file conversion
Posted: 2024 Nov 15, 14:02
Here is an argument related question, I can not figure out how to define the args in this subroutine. Should they be byte, word then byte values? if so, how would I put that into my DIR file properly? thanks
Sorry for the side track, LOL
Here is how SAD grabbed them...
Sorry for the side track, LOL
Code: Select all
8ad5d: 10,09 rombk 9
8ad5f: ef,33,7e call 92b95 Sxx92B95_RZA96CB3_36.6.4.1_SUBSTITUTE (
8ad62: 2e,00 #arg 1 TEMP5L,
8ad64: 70,10 #arg 2 1070,
8ad66: 01 #arg 3 1,
8ad67: 08 #arg 4 8,
8ad68: 0b #arg 5 b );
8ad69: 38,2e,05 jb B0,R2e,8ad71 if (B0_TEMP5L = 0) {
8ad6c: 71,fe,6b an2b R6b,fe SS1_COM_LST_?? = 0;
8ad6f: 20,03 sjmp 8ad74 goto 8ad74; }
8ad71: 91,01,6b orb R6b,1 SS1_COM_LST_?? = 1;
8ad74: 10,09 rombk 9
8ad76: ef,1c,7e call 92b95 Sxx92B95_RZA96CB3_36.6.4.1_SUBSTITUTE (
8ad79: 2e,00 #arg 1 TEMP5L,
8ad7b: 70,10 #arg 2 1070,
8ad7d: 02 #arg 3 2,
8ad7e: 04 #arg 4 4,
8ad7f: 0c #arg 5 c );
Code: Select all
flg_ss_1_tmp = substitute ( 11, flg_ss_1_tmp ) ; /* Check output state control override. */
flg_ss_1 = flg_ss_1_tmp ;
flg_ss_2_tmp = substitute ( 12, flg_ss_2_tmp ) ; /* Check output state control override. */
flg_ss_2 = flg_ss_2_tmp ;
END_IF
Code: Select all
args 8ad62 8ad68: UW N : UW N : O 2 UY : UY
args 8ad79 8ad7f: UW N : UW N : O 2 UY : UY