Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/redcode/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MOV.I $-2, @-2 ; <- here bmb was replaced with -2
JMP.B $-2, $0 ; <- here top was replaced with -2
```

Notice that on the `add` instruction, the refence to `bmb` was replaced with
Notice that on the `add` instruction, the reference to `bmb` was replaced with
`-1` since the `dat` instruction is one position above the `add` instruction.
However on the `mov` instruction `bmb` was replaced with `-2` since the `dat`
instruction is two positions above the `mov` instruction.
Expand Down