Browse Source

more documentation

Zoadian 10 years ago
parent
commit
45533e9e4c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -7,8 +7,8 @@ A programming game.
 | CREATE a, b        | 2       | 0      | Create a new pogram with: instSet a; b banks; c mobile  |          |
 | MOVE               | 0       | 1      | Move the program one field                              |          |
 | DIE                | 0       | 0      | Destroy the program                                     |          |
-| TRANS a, b         | 1       | 0      |                                                         |          |
-| RTRANS a, b        | 1       | 0      |                                                         |          |
+| TRANS a, b         | 1       | 0      | Transfers bank a to bank b in the program in front      |          |
+| RTRANS a, b        | 1       | 0      | Transfers bank afrom program in front to bank b         |          |
 | TURN a             | 0       | 0      | Turn by 90°; Turn right if a >= 0 else left             |          |
 | JUMP a             | 0       | 0      | Realtive jump for a instructions                        |          |
 | AJUMP a            | 0       | 0      | Jump to instruction a in current bank                   |          |