Manish Katiyar wrote:
Hi,
I am reading the following article
http://kerneltrap.org/Linux/Further_Oops_Insights and the below
snippet is from there. My question is what are the values
in first two columns.
................
...............
22: 31 c9 xor %ecx,%ecx
24: 89 c3 mov %eax,%ebx
26: 8b 42 08 mov 0x8(%edx),%eax
29: 89 f2 mov %esi,%edx
2b:* 89 43 04 mov %eax,0x4(%ebx) <-- trapping
instruction
2e: 89 d8 mov %ebx,%eax
30: c7 04 24 0e 00 00 00 movl [mid=567425]xe,(%esp)
37: e8 85 f0 ff ff call 0xfffff0c1
............
Sorry if the question is too simple, but this is my first time with assembly .
first column is the offset address and second, third column indicates
instruction in hexadecimal format.
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ