Moved some orphaned text from large rewrite of stdlib README that occured earlier.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 30 Mar 2020 09:38:56 +0000 (02:38 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 30 Mar 2020 09:38:56 +0000 (02:38 -0700)
stdlib/README.md

index e0637d6..6f12f4a 100644 (file)
@@ -78,9 +78,6 @@ to use the function.
 
 # Resource Reservations #
 
 
 # Resource Reservations #
 
-Since all labels share a global namespace, the standard library makes the
-following reservations:
-
 
 ## Entry Points ##
 
 
 ## Entry Points ##
 
@@ -139,6 +136,9 @@ header comment for each function to learn the call and return stack.
 
 ## Labels ##
 
 
 ## Labels ##
 
+Since all labels share a global namespace, the standard library makes the
+following reservations:
+
     00000000 0xxxxxxx - reserved for stdlib function entry points
     00000000 1xxxxxxx - available for use in user programs
     0xxxxxxx xxxxxxxx - reserved for private use by stdlib
     00000000 0xxxxxxx - reserved for stdlib function entry points
     00000000 1xxxxxxx - available for use in user programs
     0xxxxxxx xxxxxxxx - reserved for private use by stdlib