Skip to content

HL.LUI

48-bit HL. **Group:** Immediate  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 48  |  **Decode:**

Assembly Syntax

  • hl.lui imm, ->{t, u, Rd}

Encoding

HL.LUI encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

[48-bit HL.] Instruction from the Immediate group.

Pseudocode (informative)

rd = ZeroExtend(imm20) << 12;

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
hl.lui imm, ->{t, u, Rd} 48
← [Immediate](../groups/immediate.md)    [Index](../index.md)    [All instructions](index.md) →