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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -