回答編集履歴
1
リンク先に飛べるようにした
answer
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
この辺でしょうか?
|
2
2
|
|
3
3
|
---
|
4
|
-
https://sourceware.org/binutils/docs/as/Setting-Symbols.html#Setting-Symbols
|
4
|
+
[https://sourceware.org/binutils/docs/as/Setting-Symbols.html#Setting-Symbols](https://sourceware.org/binutils/docs/as/Setting-Symbols.html#Setting-Symbols )
|
5
5
|
|
6
6
|
>5.2 Giving Symbols Other Values
|
7
7
|
>
|
8
|
-
> 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.
|
8
|
+
> 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.
|
9
9
|
|
10
10
|
(グーグル先生翻訳)
|
11
11
|
|
@@ -15,10 +15,10 @@
|
|
15
15
|
|
16
16
|
---
|
17
17
|
|
18
|
-
https://sourceware.org/binutils/docs/as/Operators.html#Operators
|
18
|
+
[https://sourceware.org/binutils/docs/as/Operators.html#Operators](https://sourceware.org/binutils/docs/as/Operators.html#Operators)
|
19
19
|
|
20
|
-
>6 Expressions
|
20
|
+
=>[6 Expressions](https://sourceware.org/binutils/docs/as/Expressions.html#Expressions)
|
21
|
-
>6.2 Integer Expressions
|
21
|
+
=>6.2 Integer Expressions
|
22
22
|
>6.2.2 Operators
|
23
23
|
>
|
24
24
|
Operators are arithmetic functions, like + or %. Prefix operators are followed by an argument. Infix operators appear between their arguments. Operators may be preceded and/or followed by whitespace.
|