System::Store can push/pop the flags state
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7305 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9a9d0a0a91
commit
a6650b3c2a
3 changed files with 35 additions and 12 deletions
|
@ -154,6 +154,8 @@ System::<b>Free</b> $0
|
|||
<li>To pop $R<i>#</i>, use R<i>#</i>, where <i>#</i> is a digit from 0 to 9.</li>
|
||||
<li>To push $0-$9 and $R0-$R9 to System's private stack, use s or S.</li>
|
||||
<li>To pop $0-$9 and $R0-$R9 from System's private stack, use l or L.</li>
|
||||
<li>To push the internal NSIS flags state <small>(exec_flags_t in api.h)</small> to the stack, use F.</li>
|
||||
<li>To pop the internal NSIS flags state <small>(exec_flags_t in api.h)</small> from the stack, use f.</li>
|
||||
</ul>
|
||||
<h4>Usage Examples</h4>
|
||||
<blockquote><pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue