mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:56:47 +08:00
added link to float literal discussion
This commit is contained in:
parent
4b0bad2e90
commit
750720031f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ the 64 bit ARM Instruction Set Architecture (ISA).
|
|||
| 10 | Floating Point |
|
||||
| .... a | [.... What Are Floating Point Numbers?](./section_1/float/what.md)
|
||||
| .... b | [.... Registers (simplified)](./section_1/float/working.md)
|
||||
| .... c | [.... Literals](./section_1/float/)
|
||||
| .... c | [.... Literals](./section_1/float/literals.md)
|
||||
| .... d | [.... `fmov`](./section_1/float/)
|
||||
| .... e | [.... Conversion To / From Integers](./section_1/float/)
|
||||
| .... f | [.... Rounding](./section_1/float/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue