Added IntPtrOp alias
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6929 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
97898cc03b
commit
34e9873d5f
10 changed files with 59 additions and 24 deletions
|
@ -20,6 +20,8 @@ Released on ??? ??rd, 20??
|
|||
|
||||
\S2{} Minor Changes
|
||||
|
||||
\b Added \R{intptrop}{IntPtrOp}
|
||||
|
||||
\b Added IntOp and System::Int64Op >>> operator
|
||||
|
||||
\b Removed unused NSD_LB_Clear macro parameter
|
||||
|
|
|
@ -50,3 +50,11 @@ Combines value1 and (depending on OP) value2 into the specified user variable (\
|
|||
\c IntOp $0 $0 << 2
|
||||
\c IntOp $0 $0 ~
|
||||
\c IntOp $0 $0 & 0xF
|
||||
|
||||
\S2{intptrop} IntPtrOp
|
||||
|
||||
\c user_var(output) value1 OP [value2]
|
||||
|
||||
Combines value1 and (depending on OP) value2 into the specified user variable (\c{user_var}). OP is the same list of operators as supported by \c{IntOp}.
|
||||
|
||||
\c IntPtrOp $FieldAddress $MyBuffer + $FieldOffset
|
Loading…
Add table
Add a link
Reference in a new issue