How to increment address of the register in the Ruby language? -


i trying increment address of register using increment operator in ruby throwing error "can't convert fixnum string".

can use increment operator increment address of register?

error: test_write_memory_value(testremotesalad): typeerror: can't convert fixnum string d:/vidyanath/sc_165/fruit-salad/src/targets/remotesalad.rb:1649:in `+' d:/vidyanath/sc_165/fruit-salad/src/targets/remotesalad.rb:1649:in `block in write_memory_value' d:/vidyanath/sc_165/fruit-salad/src/targets/remotesalad.rb:1647:in `each' d:/vidyanath/sc_165/fruit-salad/src/targets/remotesalad.rb:1647:in `write_memory_value' test/test_remote_salad.rb:150:in `test_write_memory_value'   finished in 2.557483 seconds. 


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -