mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
basic bignum
This commit is contained in:
parent
b16b82613e
commit
1e0193566d
@ -11,7 +11,11 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user