Difference between revisions of "Robot DNA"

From WikiManual
Jump to: navigation, search
(DNA commands)
Line 11: Line 11:
  
 
[[Pre2.4 | Operators for older versions]]
 
[[Pre2.4 | Operators for older versions]]
 
=== 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]]
 
 
===Operators===
 
* [[store]]
 
* [[rnd]]
 
* [[add]]
 
* [[sub]]
 
* [[mult]]
 
* [[div]]
 
* [[inc/dec]]
 
 
=== Logical Operators===
 
* [[and]]
 
* [[or]]
 
* [[xor]]
 
* [[not]]
 
 
=== Logical Comparison Operators===
 
* [[=]]
 
* [[!=]]
 
* [[Greater than|>]]
 
* [[Less than|<]]
 
* [[%=]]
 
* [[!%=]]
 
 
=== Flow Commands===
 
* [[cond]]
 
* [[start]]
 
* [[stop]]
 
* [[end]]
 

Revision as of 00:05, 6 October 2005

How the DNA works

DNA commands

An overview of each and every DNA command, from sysvars to logical operators.

2.4 Operators There is an error with this page only showing the oldest, original edit. I'll try to figure out why later, and fix it. Check history to see the most recent.

Operators for older versions