Some fixes, typos, and additions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2136 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe2e1216a4
commit
fe9063708c
6 changed files with 8 additions and 10 deletions
|
@ -42,7 +42,7 @@ If label is specified, goto the label 'label_to_jump_to:'.
|
|||
|
||||
If +offset or -offset is specified, jump is relative by offset instructions. Goto +1 goes to the next instruction, Goto -1 goes to the previous instruction, etc.
|
||||
|
||||
If a user variable is specified, jumps to absolute address (generally you will want to get this value from a function like GetLabelAddress. Compiler flag commands and SectionIn aren't instructions so jumping over them has no effect.
|
||||
If a user variable is specified, jumps to absolute address (generally you will want to get this value from a function like GetLabelAddress). Compiler flag commands and SectionIn aren't instructions so jumping over them has no effect.
|
||||
|
||||
\S2{iferrors} IfErrors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue