From d1d43387e53a997cb25931efc30004711a4f6652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 25 Jun 2017 22:22:00 +0200 Subject: [PATCH] Word the README better --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e01e374..307f05e 100644 --- a/README.adoc +++ b/README.adoc @@ -50,8 +50,8 @@ Use `break *0x4000b7` to get a breakpoint at the first Brainfuck instruction. image::gdb-experiment.png[align="center"] There is also `gdb-object-file.go` that generates an object file that can be -statically linked with `ld`, and with `gdb-object-file-libc.go` you can link -against the libc with the C compiler, generating an OS-independent binary: +statically linked with `ld`, and `gdb-object-file-libc.go` generates an +OS-independent binary that can be linked against the libc with the C compiler: $ go run gdb-object-file-libc.go program.bf program.o $ cc program.o -o program