Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/standard_library.masm
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ use.std::math::u64

begin
# push the low limb then the high limb. b = 4294967296
push.0.1
push.2.5
# push the low limb then the high limb. a = 4294967299
push.3.1

# 3.1 is bigger than 0.1
# 5.2 is bigger than 1.3
exec.u64::max

# truncate stack to end with less than 16 elements
Expand Down