Class: AArch64::Instructions::ERET

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

Overview

ERET – A64 Exception Return ERET

Instance Method Summary collapse

Instance Method Details

#encodeObject



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

def encode
  ERET()
end