yzou_ua
Member level 5
Would someone pls let me know the meaning of following code?? Is it just for distribution of values to variables?? Buz obviously 'Estim_a' to 'f' are variables used in main code. Then why the numbers are 0, 2,4,6, etc.
.......
.equ Estim_a, 0 ;
.equ Estim_b, 2 ;
.equ Estim_c, 4 ;
.equ Estim_d, 6 ;
.equ Estim_e, 8 ;
.equ Estim_f, 10 ;
.......
I know too little about assembly code, so thx for patient explanation.
.......
.equ Estim_a, 0 ;
.equ Estim_b, 2 ;
.equ Estim_c, 4 ;
.equ Estim_d, 6 ;
.equ Estim_e, 8 ;
.equ Estim_f, 10 ;
.......
I know too little about assembly code, so thx for patient explanation.