From 97f1536388bbcb8b607ea30fc0f3b69978603911 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 30 Mar 2020 02:36:13 -0700 Subject: [PATCH] Removing personal assumptions from stdlib README. --- stdlib/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stdlib/README.md b/stdlib/README.md index e455d3c..e0637d6 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -169,9 +169,7 @@ arrays with a leading `1` (i.e. negative numbers) may appear quite different then expected in your source code. For example, to push a 64-bit array of all `1`'s on to the stack we must push -`SSTTN`, or `-1`, not -`SSSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTN`, or -`2^65-1`. +`SSTTN`, or `-1`. ## Extending Heap Reservation ## -- 2.20.1