Method: GBRb::InstructionSet::Ldnna#call
- Defined in:
- lib/gbrb/instruction_set/ld.rb
#call(r, mem) ⇒ Object
135 136 137 |
# File 'lib/gbrb/instruction_set/ld.rb', line 135 def call r, mem mem.write_byte r.public_send(@destination).read, r.a.read end |