mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 03:46:47 +08:00
COME BACK TO THIS FOR A REWRITE
This commit is contained in:
parent
0d42eb1425
commit
92d3e08f24
1 changed files with 7 additions and 1 deletions
|
|
@ -163,12 +163,18 @@ This image shows `gdb` in `layout regs` at the time our program is loaded.
|
||||||

|

|
||||||
|
|
||||||
Notice that all of the addresses match the disassemblies given above.
|
Notice that all of the addresses match the disassemblies given above.
|
||||||
For examine `main()` starts at `7a0`.
|
For example `main()` starts at `7a0`.
|
||||||
|
|
||||||
Now watch what happens the the program is actually launched:
|
Now watch what happens the the program is actually launched:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
NOTE NOTE NOTE NOTE NOTE
|
||||||
|
|
||||||
|
THERE IS MUCH HERE THAT SHOULD BE REWRITTEN!!!
|
||||||
|
|
||||||
|
COME BACK TO THIS!!!
|
||||||
|
|
||||||
Suddenly all the address change to much larger values.
|
Suddenly all the address change to much larger values.
|
||||||
|
|
||||||
**In fact, the addresses all seem to be six bytes long! OK, so they aren't
|
**In fact, the addresses all seem to be six bytes long! OK, so they aren't
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue