From 10305db43faed2a42c10728b61fd751783940a77 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 26 Jul 2018 13:30:33 +0000 Subject: Update README.md --- bba/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bba') diff --git a/bba/README.md b/bba/README.md index db620d52..d51088c2 100644 --- a/bba/README.md +++ b/bba/README.md @@ -64,7 +64,8 @@ u32 \ \[\\] Add a 32-bit value to the binary blob. Note that the input must be structured in a way that ensures that all u32 are aligned to 4-byte addresses. -str \ --------------- +str "\" \[\\] +-------------------------------- -Add a reference to a zero-terminated copy of the specified string. +Add a reference to a zero-terminated copy of that string. Any character may be +used to quote the string, but the most common choices are `"` and `|`. -- cgit v1.2.3