From 7f1075cb887a65dfbc23539db4c43ae57fcdbdbb Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 26 Jul 2018 13:33:48 +0000 Subject: Update README.md --- bba/README.md | 7 +++++-- 1 file 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 \ ------------- All following commands up until the matching "pop" will be writen to stream -. Everything written to the same stream will end up in a continous -region of the output. +\. 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 --- -- cgit v1.2.3