mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:06:47 +08:00
Fixed typo: layed out -> laid out
This commit is contained in:
parent
7092f4ba48
commit
2c64b346c9
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Before we examine using bit fields, let's look at what life would be
|
||||||
like without them.
|
like without them.
|
||||||
|
|
||||||
Let's assume we're working with a byte that is comprised of three
|
Let's assume we're working with a byte that is comprised of three
|
||||||
fields layed out as in `struct BF` above. That is, a one, two and
|
fields laid out as in `struct BF` above. That is, a one, two and
|
||||||
five bit field inside one byte.
|
five bit field inside one byte.
|
||||||
|
|
||||||
Without bit fields, we would have to write this code to clear `a`
|
Without bit fields, we would have to write this code to clear `a`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue