added fmov chapter

This commit is contained in:
Perry Kivolowitz 2023-01-23 18:01:00 -06:00
parent 8859d306fe
commit 520f11ad96
5 changed files with 2 additions and 2 deletions

View file

@ -279,7 +279,7 @@ own section:
| 2 | [Registers](./section_2/float/working.md) | [Link](./section_2/float/working.pdf) | | 2 | [Registers](./section_2/float/working.md) | [Link](./section_2/float/working.pdf) |
| 3 | [Truncation and Rounding](./section_2/float/rounding.md) | [Link](./section_2/float/rounding.pdf) | | 3 | [Truncation and Rounding](./section_2/float/rounding.md) | [Link](./section_2/float/rounding.pdf) |
| 4 | [Literals](./section_2/float/literals.md) | [Link](./section_2/float/literals.pdf) | | 4 | [Literals](./section_2/float/literals.md) | [Link](./section_2/float/literals.pdf) |
| 5 | [`fmov` Not Yet Written](./not_written_yet.md) | [Link](./not_written_yet.pdf) | | 5 | [`fmov`](./section_2/float/fmov.md) | [Link](./section_2/float/fmov.pdf) |
| 6 | [Half Precision Floats](./section_2/float/half.md) | [Link](./section_2/float/half.pdf) | | 6 | [Half Precision Floats](./section_2/float/half.md) | [Link](./section_2/float/half.pdf) |
| 7 | [NEON SIMD Not Yet Written](./not_written_yet.md) | [Link](./not_written_yet.pdf) | | 7 | [NEON SIMD Not Yet Written](./not_written_yet.md) | [Link](./not_written_yet.pdf) |

Binary file not shown.

View file

@ -49,7 +49,7 @@ register. Except when you can't. Well, mostly you can't.
Additionally, there are some rules about using `fmov` between registers. Additionally, there are some rules about using `fmov` between registers.
[This chapter](../../not_written_yet.md) covers the nuances of using [This chapter](./fmov.md) covers the nuances of using
`fmov`. `fmov`.
## Half Precision Floating Point Numbers ## Half Precision Floating Point Numbers

Binary file not shown.

BIN
section_2/float/fmov.pdf Normal file

Binary file not shown.