diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-01-21 23:49:16 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-01-22 00:01:01 +0100 |
commit | 1f04cd46a05521ddf4662a4e2b9f5d4a65c072a0 (patch) | |
tree | 2e7cf5472d048ea1d26140b46d5a106424a6245d | |
parent | def3218714ead504ddc1b6a1921f726d8667c8ce (diff) | |
download | bfc-1f04cd46a05521ddf4662a4e2b9f5d4a65c072a0.tar.gz bfc-1f04cd46a05521ddf4662a4e2b9f5d4a65c072a0.tar.xz bfc-1f04cd46a05521ddf4662a4e2b9f5d4a65c072a0.zip |
gdb-experiment.go: add a screenshot
-rw-r--r-- | README.adoc | 2 | ||||
-rw-r--r-- | gdb-experiment.png | bin | 0 -> 2801 bytes |
2 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..9a5de5f --- /dev/null +++ b/gdb-experiment.png |