Skip to content

Commit 77d57a6

Browse files
committed
fix translation
1 parent 4b65334 commit 77d57a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unsafe/asm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ The second operand is implicit, and must be the `rax` register, which we fill fr
378378
The lower 64 bits of the result are stored in `rax` from which we fill the variable `lo`.
379379
The higher 64 bits are stored in `rdx` from which we fill the variable `hi`.
380380
-->
381-
`mul`命令を使って2つの64ビットの入力を128ビットの結果に出力する
381+
`mul`命令を使って2つの64ビットの入力を128ビットの結果に出力しています
382382
唯一の明示的なオペランドはレジスタで、変数`a`から入力します。
383-
2つ目のオペランドは暗黙的であり、`rax`レジスタである必要があります。変数`b`から入力します
383+
2つ目のオペランドは暗黙的であり、`rax`レジスタである必要があります。変数`b`から`rax`レジスタに入力します
384384
計算結果の下位64ビットは`rax`レジスタに保存され、そこから変数`lo`に出力されます。
385385
上位64ビットは`rdx`レジスタに保存され、そこから変数`hi`に出力されます。
386386

0 commit comments

Comments
 (0)