History completed! FINALLY!!! :D

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1514 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-10-31 17:21:43 +00:00
parent 66ae44c5ac
commit 43d6a41c99
3 changed files with 40 additions and 22 deletions

View file

@ -1,6 +1,6 @@
\C{basicinstructions} Basic Instructions
The instructions that NSIS uses for scripting are sort of a cross between PHP and assembly. There are no real high level language constructs, but the instructions themselves are (for the most part) high level, and you have handy string capability (i.e. you don't have to worry about concatenating strings, etc). You essentially have 22 registers (20 general purpose, 2 special purpose), and a stack.
The instructions that NSIS uses for scripting are sort of a cross between PHP and assembly. There are no real high level language constructs, but the instructions themselves are (for the most part) high level, and you have handy string capability (i.e. you don't have to worry about concatenating strings, etc). You essentially have 25 registers (20 general purpose, 5 special purpose), and a stack.
\H{delete} Delete