COME BACK TO THIS FOR A REWRITE

This commit is contained in:
Perry Kivolowitz 2022-08-25 10:41:01 -05:00
parent 0d42eb1425
commit 92d3e08f24

View file

@ -163,12 +163,18 @@ This image shows `gdb` in `layout regs` at the time our program is loaded.
![1](./1_prior_to_running.png)
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:
![2](./2_after_b_and_run.png)
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.
**In fact, the addresses all seem to be six bytes long! OK, so they aren't