What does disassemble look like on machines with memory larger than 2G?

Posted by Mask on Stack Overflow See other posts from Stack Overflow or by Mask
Published on 2010-03-30T10:18:24Z Indexed on 2010/03/30 10:23 UTC
Read the original article Hit count: 196

Filed under:
|

This is what it looks like on my laptop with less than 2G:

0x004012f1 <main+0>:    push   %ebp
0x004012f2 <main+1>:    mov    %esp,%ebp
0x004012f4 <main+3>:    sub    $0x18,%esp
0x004012f7 <main+6>:    and    $0xfffffff0,%esp

Can someone using RAM larger than 2G paste a dump?

I think it should be no longer like 0x004012f7 as its capacity is only 2^32=2G

© Stack Overflow or respective owner

Related posts about disassembling

Related posts about ram