Difference between revisions of "Operator"
From WikiManual
(→Advanced Commands) |
|||
Line 1: | Line 1: | ||
For some reason the wiki is only displaying the original entry. I think. Anyway, if this message shows up at all, bear with me through the techinical difficulties. | For some reason the wiki is only displaying the original entry. I think. Anyway, if this message shows up at all, bear with me through the techinical difficulties. | ||
+ | |||
+ | === Sysvars === | ||
+ | * [[Definitions]] | ||
+ | * [[.up|Movement (.up, .dn. .dx, .sx)]] | ||
+ | * [[.aimdx|Basic Turning (.aimdx, .aimsx)]] | ||
+ | * [[Shooting]] | ||
+ | * [[Reproducing]] | ||
+ | * [[Ties]] | ||
+ | ** [[Soft Ties]] | ||
+ | ** [[Hard Ties]] | ||
+ | *** [[MB Sharing]] | ||
+ | * [[Memloc and Memval]] | ||
+ | * [[In and Out]] | ||
+ | |||
== Basic Commands == | == Basic Commands == |
Revision as of 21:20, 11 October 2005
For some reason the wiki is only displaying the original entry. I think. Anyway, if this message shows up at all, bear with me through the techinical difficulties.
Contents
Sysvars
- Definitions
- Movement (.up, .dn. .dx, .sx)
- Basic Turning (.aimdx, .aimsx)
- Shooting
- Reproducing
- Ties
- Memloc and Memval
- In and Out
Basic Commands
Advanced Commands
Bitwise Commands
It'd be helpful if you knew the bit basics.
- ~ Compliment
- & AND
- | OR
- ^ XOR
- ++ increment stack value
- -- deincrement stack value
- - negate stack value
- << bit shift left
- >> bit shift right