Dear all: >From the gdb document, we can use "x/nfu address" to read memory, but how we can write it? I have tried "x 0x80000000=0" like "p var=val" but it fail. thanks for your help, miloody