exception ( imm16 opc op2 LL -- ) (original) (raw)

exception ( imm16 opc op2 LL -- )

Vocabulary
cpu.arm.64.assembler

Inputs

imm16 an object
opc an object
op2 an object
LL an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.arm.64.assembler

: exception ( imm16 opc op2 LL -- )
[ 16 check-unsigned-immediate ] 3dip
{ { 212 24 } 5 21 2 0 } encode ;