Difference between revisions of "Operator"
From WikiManual
Line 13: | Line 13: | ||
* [[Memloc and Memval]] | * [[Memloc and Memval]] | ||
* [[In and Out]] | * [[In and Out]] | ||
− | + | * [[Sysvars]] -- Work in progress | |
== Basic Commands == | == Basic Commands == |
Revision as of 03:14, 15 October 2005
Anything you're likely to see in DNA.
Contents
Sysvars
- Definitions
- Movement (.up, .dn. .dx, .sx)
- Basic Turning (.aimdx, .aimsx)
- Shooting
- Reproducing
- Ties
- Memloc and Memval
- In and Out
- Sysvars -- Work in progress
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