回答編集履歴

1

リンク先に飛べるようにした

2017/03/30 18:03

投稿

mt08
mt08

スコア1825

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ---
6
6
 
7
- https://sourceware.org/binutils/docs/as/Setting-Symbols.html#Setting-Symbols
7
+ [https://sourceware.org/binutils/docs/as/Setting-Symbols.html#Setting-Symbols](https://sourceware.org/binutils/docs/as/Setting-Symbols.html#Setting-Symbols )
8
8
 
9
9
 
10
10
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  >
14
14
 
15
- > A symbol can be given an arbitrary value by writing a symbol, followed by an equals sign '=', followed by an expression (see Expressions). This is equivalent to using the .set directive. See .set. In the same way, using a double equals sign '=''=' here represents an equivalent of the .eqv directive. See .eqv.
15
+ > A symbol can be given an arbitrary value by writing a symbol, followed by an equals sign '=', followed by an expression (see [Expressions](https://sourceware.org/binutils/docs/as/Expressions.html#Expressions)). This is equivalent to using the .set directive. See .set. In the same way, using a double equals sign '=''=' here represents an equivalent of the .eqv directive. See .eqv.
16
16
 
17
17
 
18
18
 
@@ -32,13 +32,13 @@
32
32
 
33
33
 
34
34
 
35
- https://sourceware.org/binutils/docs/as/Operators.html#Operators
35
+ [https://sourceware.org/binutils/docs/as/Operators.html#Operators](https://sourceware.org/binutils/docs/as/Operators.html#Operators)
36
36
 
37
37
 
38
38
 
39
- >6 Expressions
39
+ =>[6 Expressions](https://sourceware.org/binutils/docs/as/Expressions.html#Expressions)
40
40
 
41
- >6.2 Integer Expressions
41
+ =>6.2 Integer Expressions
42
42
 
43
43
  >6.2.2 Operators
44
44