From 1f04cd46a05521ddf4662a4e2b9f5d4a65c072a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 21 Jan 2017 23:49:16 +0100 Subject: gdb-experiment.go: add a screenshot --- README.adoc | 2 ++ gdb-experiment.png | Bin 0 -> 2801 bytes 2 files changed, 2 insertions(+) create mode 100644 gdb-experiment.png 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 -- cgit v1.2.3