mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
[Stage2/Codegen] Typo fix
This commit is contained in:
parent
a52d1476b7
commit
63aa9ffedc
@ -6,8 +6,8 @@
|
||||
/// registers. This results in some very, very useful properties:
|
||||
///
|
||||
/// Any 64-bit register can be turned into its 32-bit form by adding 16, and
|
||||
/// vice verse. This also works between 32-bit and 16-bit. With 8-bit, it works
|
||||
/// for all except for sp, bp, si, and di, which don't *have* an eight-bit
|
||||
/// vice versa. This also works between 32-bit and 16-bit forms. With 8-bit, it
|
||||
/// works for all except for sp, bp, si, and di, which don't *have* an 8-bit
|
||||
/// form.
|
||||
///
|
||||
/// If (register & 8) is set, the register is extended.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user