瀏覽代碼

missing createparamter

Zoadian 10 年之前
父節點
當前提交
f6dd9d9d88
共有 1 個文件被更改,包括 1 次插入1 次删除
  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   |