Update inline-asm.md

pull/1506/head
EchudeT 1 month ago committed by GitHub
parent fcdc09cd64
commit 2aa8bc71e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -247,7 +247,7 @@ fn main() {
`push``pop` 使用完成的 64 位 `rbx` 寄存器,来确保整个寄存器的内容都被保存。如果是在 32 位机器上,代码将使用 `ebx` 替代。
还可以在汇编代码内部使用通用寄存器:
还可以在汇编代码内部使用通用寄存器:
```rust
use std::arch::asm;

Loading…
Cancel
Save