From: Jan K. <kro...@ho...> - 2018-12-26 11:45:49
|
Dear all When I look to this part of the code of the double add, is it correct that temp4 to temp 7 is the second part of d+, but how to get the first part? Thanks again for any help. Cheers, Jan ld temp2, Y+ ld temp3, Y+ ld temp4, Y+ == second item from the stack == ld temp5, Y+ ld temp6, Y+ ld temp7, Y+ add temp2, temp6 adc temp3, temp7 adc tosl, temp4 adc tosh, temp5 |