mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 13:56:47 +08:00
added link to rounding.md
This commit is contained in:
parent
77a13a5081
commit
528a8b1473
1 changed files with 3 additions and 4 deletions
|
|
@ -69,10 +69,9 @@ the 64 bit ARM Instruction Set Architecture (ISA).
|
||||||
| .... b | [.... Registers (simplified)](./section_1/float/working.md)
|
| .... b | [.... Registers (simplified)](./section_1/float/working.md)
|
||||||
| .... c | [.... Literals](./section_1/float/literals.md)
|
| .... c | [.... Literals](./section_1/float/literals.md)
|
||||||
| .... d | [.... `fmov`](./section_1/float/)
|
| .... d | [.... `fmov`](./section_1/float/)
|
||||||
| .... e | [.... Conversion To / From Integers](./section_1/float/)
|
| .... e | [.... Conversion To / From Integers](./section_1/float/rounding.md)
|
||||||
| .... f | [.... Rounding](./section_1/float/)
|
| .... f | [.... Four Basic Operations](./section_1/float/)
|
||||||
| .... g | [.... Four Basic Operations](./section_1/float/)
|
| .... g | [.... Selected Additional Operations](./section_1/float/)
|
||||||
| .... h | [.... Selected Additional Operations](./section_1/float/)
|
|
||||||
| .... z | [.... Half Precision Floats](./section_1/float/half.md)
|
| .... z | [.... Half Precision Floats](./section_1/float/half.md)
|
||||||
|
|
||||||
## Section 2 - Bit Manipulation
|
## Section 2 - Bit Manipulation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue