diff options
author | 2018-07-22 09:52:50 +1000 | |
---|---|---|
committer | 2018-07-22 09:52:50 +1000 | |
commit | 6669489679753daa8c5766ae24b31b0ce0748221 (patch) | |
tree | d387975a23867ee4650f45cd33bfc518c64d3288 /docs/source/debugger/general.rst | |
parent | 7809e9005dff6769ad18cf924f285fd60519b044 (diff) |
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)
Diffstat (limited to 'docs/source/debugger/general.rst')
-rw-r--r-- | docs/source/debugger/general.rst | 18 |
1 files changed, 9 insertions, 9 deletions
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 <expression>** -| +| | The do command simply evaluates the given <expression>. 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 [<cpu>]** -| +| | Lists registered symbols. If <cpu> is not specified, then symbols in the global symbol table are displayed; otherwise, the symbols for <cpu>'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 ------ |