This really isn't technically a bug, sorry... but I've not been able to
find the answer elsewhere.

I am trying to write a string to memory, and cannot figure out how to do
it. I've tried things like:
p/c *0x80816a0="Help me please"
  which saves the address of the string
p/c {char}0x80816a0@10="Help me please"
  which gives an error, similar for
set {char}0x80816a0@10="Help me please"

I've had to resort to
set *0x80816a0='H'
set *0x80816a1='e'
set *0x80816a2='l'
set *0x80816a3='p'
set *0x80816a4=' '
set *0x80816a5='m'
etc...

Surely there must be a better way.

--
My real email is akamail.com@dclark (or something like that).


Sent via Deja.com http://www.deja.com/
Before you buy.

Reply via email to