added bitfield to main contents

This commit is contained in:
Perry Kivolowitz 2022-06-18 14:55:40 -05:00
parent 025da0e0b0
commit b5f0771f33

View file

@ -67,7 +67,14 @@ the 64 bit ARM Instruction Set Architecture (ISA).
| .... a | [ .... What Are Floating Point Numbers? ](./section_1/float/what.md)
## Section 2 - Stuff
## Section 2 - Bit Manipulation
| Chapter | Content |
| ------- | ------- |
| 11 | Bit Fields |
| .... a | [.... Without Bit Fields](./section_2/bitfields/README.md) |
| .... b | [.... With Bit Fields](./section_2/bitfields/with.md) |
| .... c | [.... Review of Newly Described Instruction](./NOT WRITTEN YET)
## Section 3 - More Stuff