From b63b5aabba85fc88baa1a3f90414a0f77bd99c36 Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Mon, 30 Sep 2024 18:39:29 +1000 Subject: [PATCH] attempt to clarify hard-to-read sentence --- GhidraDocs/languages/html/sleigh_symbols.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GhidraDocs/languages/html/sleigh_symbols.html b/GhidraDocs/languages/html/sleigh_symbols.html index 2022555fb4..70598b7310 100644 --- a/GhidraDocs/languages/html/sleigh_symbols.html +++ b/GhidraDocs/languages/html/sleigh_symbols.html @@ -194,10 +194,10 @@ We list all of the symbols that are predefined by SLEIGH.

The most important of these to be aware of are inst_start -and inst_next. These are family symbols which map -in the context of particular instruction to the integer offset of -either the address of the instruction or the address of the next -instruction respectively. These are used in any relative branching +and inst_next. These are family +symbols that map to the integer offset of either the instruction's +address or the next instruction's address, depending on the context +of a particular instruction. These are used in any relative branching situation. The inst_next2 is intended for conditional skip instruction situations. The remaining symbols are rarely used. The const and unique