mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:28:04 +08:00
fixed typo in caption
This commit is contained in:
parent
8601121e6f
commit
e03cc27e35
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ This image shows `gdb` in `layout regs` at the time our program is loaded.
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="././1_prior_to_running.png" style="width:80%;">
|
<img src="././1_prior_to_running.png" style="width:80%;">
|
||||||
<figcaption>Prior to launchr</figcaption>
|
<figcaption>Prior to launch</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
Notice that all of the addresses match the disassemblies given above.
|
Notice that all of the addresses match the disassemblies given above.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue