Class: GBRb::InstructionSet::Cp

Inherits:
Sub show all
Defined in:
lib/gbrb/instruction_set/arithmetic.rb

Instance Attribute Summary

Attributes inherited from Instruction

#i, #m, #t

Instance Method Summary collapse

Methods inherited from Sub

#call

Methods inherited from Arithmetic

#call, #carry?

Methods inherited from Instruction

#call, #carry?, #immediate_count

Constructor Details

#initialize(*args) ⇒ Cp

Returns a new instance of Cp.



114
115
116
117
# File 'lib/gbrb/instruction_set/arithmetic.rb', line 114

def initialize *args
  super
  @skip_store = true
end