mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:26:59 +08:00
added fmov chapter
This commit is contained in:
parent
8859d306fe
commit
520f11ad96
5 changed files with 2 additions and 2 deletions
|
|
@ -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) |
|
||||||
|
|
||||||
|
|
|
||||||
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
|
|
@ -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
BIN
section_2/float/fmov.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue