Skip to content

Commit

Permalink
Modify index
Browse files Browse the repository at this point in the history
  • Loading branch information
gareththegeek committed Jul 2, 2018
1 parent e2ab0b5 commit 64b464b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/redcode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ MOV.I $0, $1

In addition to the opcode and operands from the input instruction, the parsed output contains the [modifier](modifiers) `.I` and the [addressing mode](addressing_modes) used for each operand (`$`).

You can (but don't have to) specify the modifier and addressing modes in your source redcode.

## Standards

Redcode is specified according to a number of standards. The most recent (current) standard is [ICWS'94](http://www.koth.org/info/icws94.html). This document provides a very detailed description of redcode and the game of corewar.
Expand Down

0 comments on commit 64b464b

Please sign in to comment.