diff --git a/examples/standard_library.masm b/examples/standard_library.masm index 1d498a18..2395bce6 100644 --- a/examples/standard_library.masm +++ b/examples/standard_library.masm @@ -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