resolved conflicts

This commit is contained in:
Nicholas Ward
2023-03-20 13:09:42 -07:00
parent 4aa212ab84
commit 511f450add
-4
View File
@@ -11,11 +11,7 @@ global add_bignum:
%jumpi(len_zero)
// stack: len, a_start_loc, b_start_loc, retdest
PUSH 0
<<<<<<< HEAD
// stack: carry=0, i=len, a_cur_loc=a_start_loc, b_cur_loc=b_start_loc, retdest
=======
// stack: carry=0, i=len, a_start_loc, b_start_loc, retdest
>>>>>>> 96ddadf6 (basic bignum)
add_loop:
// stack: carry, i, a_cur_loc, b_cur_loc, retdest
DUP4