**Changes**
-Add the following instructions to Book I as a new Section 4.6.2.1
+Add the following entries to the Appendices and instructions of
+Book I as a new Section 4.6.2.1
Notes:
lookups are mentioned for completeness but not included as part
of this RFC. Another Stakeholder with a vested interest in 64-bit
Prefixed instructions may wish to consider submitting them.
-4. `fishmv` as a Read-Modify-Write saves five unnecessary bits, making
+4. `fishmv` as a Read-Modify-Write saves five potential bits, making
the difference between a VA/DX-Form and requiring an entire Major
Opcode.
----------------
+# Appendices
+
+ Appendix D Power ISA sorted by opcode
+ Appendix E Power ISA sorted by version
+ Appendix F Power ISA sorted by mnemonic
+
+| Form | Book | Page | Version | mnemonic | Description |
+|------|------|------|---------|----------|-------------|
+| DX | I | # | 3.0B | fmvis | Floating-point Move Immediate, Single |
+| DX | I | # | 3.0B | fishmv | Floating-point Immediate, Second-half Move |
+
\newpage{}
# Floating-Point Move Immediate
fishmv f4, 0x8000 # writes +1.00390625 to f4
```
-# Appendices
-
- Appendix D Power ISA sorted by opcode
- Appendix E Power ISA sorted by version
- Appendix F Power ISA sorted by mnemonic
-
-| Form | Book | Page | Version | mnemonic | Description |
-|------|------|------|---------|----------|-------------|
-| DX | I | # | 3.0B | fmvis | Floating-point Move Immediate, Single |
-| DX | I | # | 3.0B | fishmv | Floating-point Immediate, Second-half Move |