Re: Very newbie question...
Lorenzo <[email protected]>
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
When i back in office i try to use 64bit registers. At home i have a linux distribution (slackware, 32bit) installed over a 64bit hardware and i can't try (i think that i can't try but is possible that i don't know how :)) For the gdb is the same thing, when back in office i try. Thx :) Frederic Marmond wrote: >Hi, >in amd64, registers are different (64bits...) ;) >So, I think you'd better use the 64 bits name version >push rbp >mov rbp,rsp >... > >What do you have as result in your case? >can you try it with gdb and step your prog? > >Fred > >