Skip to content

Commit

Permalink
Fix styling problem with modifier table
Browse files Browse the repository at this point in the history
  • Loading branch information
gareththegeek committed Jul 4, 2018
1 parent cc32385 commit 98481f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/redcode/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ Which modifier is inserted as a default is dependant upon the instruction's opco
|Opcode|A-mode|B-mode|Default Modifier|
|---|---|---|---|
|`dat`|any|any|`.f`|
|`mov``cmp`|#|any|`.ab`|
|`mov` `cmp`|#|any|`.ab`|
||$@<>{}|#|`.b`|
||$@<>{}|$@<>{}|`.i`|
|`add``sub``mul``div``mod`|#|any|`.ab`|
|`add` `sub` `mul` `div` `mod`|#|any|`.ab`|
||$@<>{}|#|`.b`|
||$@<>{}|$@<>{}|`.f`|
|`slt`|#|any|`.ab`|
||$@<>{}|any|`.b`|
|`jmp``jmz``jmn``djn``spl``nop`|any|any|`.b`|
|`jmp` `jmz` `jmn` `djn` `spl` `nop`|any|any|`.b`|

### ORG (Starting address)

Expand Down

0 comments on commit 98481f8

Please sign in to comment.