Method: AArch64::Instructions::HVC#initialize
- Defined in:
- lib/aarch64/instructions/hvc.rb
#initialize(imm) ⇒ HVC
Returns a new instance of HVC.
7 8 9 |
# File 'lib/aarch64/instructions/hvc.rb', line 7 def initialize imm @imm = imm end |