Skip to content

Commit

Permalink
addressing mode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
gareththegeek committed Sep 11, 2018
1 parent b29d87a commit d170b4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/developer/enumerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ The [Addressing Mode](../redcode/addressing_modes) of the instruction's operand.

|Value|Meaning|
|---|---|
|0|Immediate (#)|
|1|Direct ($)|
|2|A Indirect (*)|
|3|B Indirect (@)|
|4|A Pre Decrement ({)|
|5|B Pre Decrement (<)|
|6|A Post Increment (})|
|7|B Post Increment (>)|
|0|Immediate (`#`)|
|1|Direct (`$`)|
|2|A Indirect (`*`)|
|3|B Indirect (`@`)|
|4|A Pre Decrement (`{`)|
|5|B Pre Decrement (`<`)|
|6|A Post Increment (`}`)|
|7|B Post Increment (`>`)|

## Enumeration

Expand Down

0 comments on commit d170b4e

Please sign in to comment.