Skip to content

Commit

Permalink
Merge pull request #1506 from yusefkarim/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate text in asm.md
  • Loading branch information
marioidival authored Feb 21, 2022
2 parents 2e24e69 + 8f2e1ca commit 900e0d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unsafe/asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ This example shows a few things:
- First, that the same number can be used as a label multiple times in the same inline block.
- Second, that when a numeric label is used as a reference (as an instruction operand, for example), the suffixes “b” (“backward”) or ”f” (“forward”) should be added to the numeric label. It will then refer to the nearest label defined by this number in this direction.

First that the same number can be used as a label multiple times in the same inline block.

Second, that when a numeric label is used as a reference (as an instruction operand, for example), the suffixes b (“backward”) or f (“forward”) should be added to the numeric label. It will then refer to the nearest label defined by this number in this direction.

[local labels]: https://sourceware.org/binutils/docs/as/Symbol-Names.html#Local-Labels
[an LLVM bug]: https://bugs.llvm.org/show_bug.cgi?id=36144

Expand Down

0 comments on commit 900e0d7

Please sign in to comment.