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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -