Class: UnarmBind::ShiftImm

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/unarm/unarm.rb

Instance Method Summary collapse

Instance Method Details

#immObject Also known as: value



205
206
207
# File 'lib/unarm/unarm.rb', line 205

def imm
  self[:imm]
end

#opObject



210
211
212
# File 'lib/unarm/unarm.rb', line 210

def op
  SHIFT[self[:op]]
end