Skip to content

Commit df51afa

Browse files
committed
example: improve stack doc in verifysig
1 parent 08d939c commit df51afa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/verifysig.eas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ countLoop:
6464
push len(prefix) - 1 ; [plen, digitCount, msgLen, digitCount, msgLen]
6565
add ; [writePos, msgLen, digitCount, msgLen]
6666

67-
writeLoop:
68-
;; Stack: [writePos, remaining, digitCount, msgLen]
67+
writeLoop: ; [writePos, remaining, digitCount, msgLen]
6968
swap1 ; [remaining, writePos, digitCount, msgLen]
7069
dup1 ; [remaining, remaining, writePos, ...]
7170
push 10 ; [10, remaining, remaining, writePos, ...]

0 commit comments

Comments
 (0)