From 6669489679753daa8c5766ae24b31b0ce0748221 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 22 Jul 2018 09:52:50 +1000 Subject: allow repeating elements and groups - useful if you need e.g. a lot of numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw) --- docs/source/debugger/general.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/source/debugger/general.rst') diff --git a/docs/source/debugger/general.rst b/docs/source/debugger/general.rst index 79698938e49..752ec677841 100644 --- a/docs/source/debugger/general.rst +++ b/docs/source/debugger/general.rst @@ -33,11 +33,11 @@ do -- | **do ** -| +| | The do command simply evaluates the given . This is typically used to set or modify variables. -| +| | Examples: -| +| | do pc = 0 | | Sets the register 'pc' to 0. @@ -50,7 +50,7 @@ symlist ------- | **symlist []** -| +| | Lists registered symbols. If is not specified, then symbols in the global symbol table are displayed; otherwise, the symbols for 's specific CPU are displayed. Symbols are listed alphabetically. Read-only symbols are flagged with an asterisk. | | Examples: @@ -67,7 +67,7 @@ symlist .. _debugger-command-softreset: - + softreset --------- @@ -85,7 +85,7 @@ softreset .. _debugger-command-hardreset: - + hardreset --------- @@ -125,7 +125,7 @@ print .. _debugger-command-printf: - + printf ------ @@ -152,7 +152,7 @@ printf .. _debugger-command-logerror: - + logerror -------- @@ -285,7 +285,7 @@ pcatmem .. _debugger-command-rewind: - + rewind ------ -- cgit v1.2.3-70-g09d2