diff --git a/README.adoc b/README.adoc index 2302dda..d925e80 100644 --- a/README.adoc +++ b/README.adoc @@ -47,6 +47,8 @@ required to build the symbol table proved to be too painful in C. Use `break *0x4000b7` to get a breakpoint at the first Brainfuck instruction. +image::gdb-experiment.png[align="center"] + Contributing and Support ------------------------ Use this project's GitHub to report any bugs, request features, or submit pull diff --git a/gdb-experiment.png b/gdb-experiment.png new file mode 100644 index 0000000..9a5de5f Binary files /dev/null and b/gdb-experiment.png differ