diff --git a/README.md b/README.md index e40241d..1a1ed43 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ own section: | 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) | | 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) | | 7 | [NEON SIMD Not Yet Written](./not_written_yet.md) | [Link](./not_written_yet.pdf) | diff --git a/README.pdf b/README.pdf index b04a78c..a57adf1 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/section_2/float/README.md b/section_2/float/README.md index 7985c09..1657216 100644 --- a/section_2/float/README.md +++ b/section_2/float/README.md @@ -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. -[This chapter](../../not_written_yet.md) covers the nuances of using +[This chapter](./fmov.md) covers the nuances of using `fmov`. ## Half Precision Floating Point Numbers diff --git a/section_2/float/README.pdf b/section_2/float/README.pdf index 4799bb0..eae62e9 100644 Binary files a/section_2/float/README.pdf and b/section_2/float/README.pdf differ diff --git a/section_2/float/fmov.pdf b/section_2/float/fmov.pdf new file mode 100644 index 0000000..39c926b Binary files /dev/null and b/section_2/float/fmov.pdf differ