Skip to content

Commit

Permalink
Task 1: optimize stack manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
akifoq committed Aug 11, 2023
1 parent 39c481f commit 4178a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/1.fc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cell solution(int hash, cell cur) asm """
DUP SREFS
REPEAT:<{
LDREF // ... hash ref cs
ROT SWAP
s1 s2 XCHG
}>
DROP // ... hash
}>CONT
Expand Down

0 comments on commit 4178a08

Please sign in to comment.