Method: AArch64::Instructions::ADCS#initialize

Defined in:
lib/aarch64/instructions/adcs.rb

#initialize(rd, rn, rm, sf) ⇒ ADCS

Returns a new instance of ADCS.



7
8
9
10
11
12
# File 'lib/aarch64/instructions/adcs.rb', line 7

def initialize rd, rn, rm, sf
  @rd = rd
  @rn = rn
  @rm = rm
  @sf = sf
end