|
|
@@ -4,7 +4,7 @@ A programming game based on RoboCom.
|
|
|
# Instructions
|
|
|
| Command | Cycles | InstSet | Mobile | Description | Failures |
|
|
|
|--------------------|---------------------|---------|--------|--------------------------------------------------------------------------------------------------------------|----------|
|
|
|
-| CREATE a, b | 100+50*a+25*b+120*c | 2 | 0 | Create a new pogram with:<br> instSet a; b banks; c mobile | IS, IP |
|
|
|
+| CREATE a, b, c | 100+50*a+25*b+120*c | 2 | 0 | Create a new pogram with:<br> instSet a; b banks; c mobile | IS, IP |
|
|
|
| MOVE | 20 | 0 | 1 | Move the program one field | |
|
|
|
| DIE | 1 | 0 | 0 | Destroy the program | DI |
|
|
|
| TRANS a, b | 14+1*numOfInst | 1 | 0 | Transfers bank a to bank b in the program in front | IS, IB |
|