Class: AArch64::Instructions::ERET

Inherits:
Instruction show all
Defined in:
lib/aarch64/instructions/eret.rb

Overview

ERET – A64 Exception Return ERET

Instance Method Summary collapse

Instance Method Details

#encode(_) ⇒ Object



7
8
9
# File 'lib/aarch64/instructions/eret.rb', line 7

def encode _
  0b1101011_0_100_11111_0000_0_0_11111_00000
end