aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bba/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/bba/README.md b/bba/README.md
index d51088c2..166ff7ff 100644
--- a/bba/README.md
+++ b/bba/README.md
@@ -28,8 +28,11 @@ push \<name\>
-------------
All following commands up until the matching "pop" will be writen to stream
-<name>. Everything written to the same stream will end up in a continous
-region of the output.
+\<name\>. Everything written to the same stream will end up in a continous
+region of the output. The statements `pop`, `label`, `ref`, `u8`, `u16`,
+`u32`, and `str` are only valid within such a block. The name used in the
+first push statement also determines the name of the variable in the generated
+C output (when C is selected as output file format).
pop
---