Parcourir la source

missing createparamter

Zoadian il y a 10 ans
Parent
commit
f6dd9d9d88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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   |