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


_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to