Store PC-Relative¶
Ch 11
AGU — Address Generation Unit |
**Group:** Store PC-Relative |
**Forms:** 4 |
**Unique mnemonics:** 4
PC-relative store instructions.
Instructions¶
| Mnemonic | Assembly | Length | Decode | Description |
|---|---|---|---|---|
| HL.SB.PCR | hl.sb.pcr SrcL, [<symbol>] |
48 | — | [48-bit HL.] Stores a register value to memory. |
| HL.SD.PCR | hl.sd.pcr SrcL, [<symbol>] |
48 | — | [48-bit HL.] Stores a register value to memory. |
| HL.SH.PCR | hl.sh.pcr SrcL, [<symbol>] |
48 | — | [48-bit HL.] Stores a register value to memory. |
| HL.SW.PCR | hl.sw.pcr SrcL, [<symbol>] |
48 | — | [48-bit HL.] Stores a register value to memory. |