diff --git a/README.md b/README.md index 32e09e1..7ea85c3 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,11 @@ What would a book about assembly language be without bit bashing? ### Section 4 - More Stuff -In this section, we present miscellaneous material. +In this section, we present miscellaneous material including our "world +famous lecture" on debugging. This lecture has been invited at several +colleges and universities. It is intended for audiences working with +languages like C, C++ and assembly language but some of the lessons +contained therein are applicable to all languages. | Chapter | Markdown | PDF | | ------- | -------- | --- | @@ -320,6 +324,7 @@ In this section, we present miscellaneous material. | 6 | [Calling Assembly Language From Python](./python/) | [Link](./python/README.pdf) | | 7 | [Atomic Operations](./more/atomics/README.md) | [Link](./more/atomics/README.pdf) | | 8 | [Jump Tables](./more/jump_tables/README.md) | [Link](./more/jump_tables/README.pdf) | +| - | [Debugging Lecture](./debugging/Discourses%20and%20Dialogs%20on%20Debugging.pptx) | PPTX | ## Macro Suite diff --git a/debugging/Discourses and Dialogs on Debugging.pptx b/debugging/Discourses and Dialogs on Debugging.pptx new file mode 100644 index 0000000..fcd0d58 Binary files /dev/null and b/debugging/Discourses and Dialogs on Debugging.pptx differ