aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-06-20 19:30:00 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2017-06-25 22:18:17 +0200
commit22057350e0b6fb8467439a035955d12d41ada712 (patch)
tree8d6c7ef115058e8335cdcd40384469feec20a386
parent3759a0bd14fb437754c1b2cf4c894af76356803e (diff)
downloadbfc-22057350e0b6fb8467439a035955d12d41ada712.tar.gz
bfc-22057350e0b6fb8467439a035955d12d41ada712.tar.xz
bfc-22057350e0b6fb8467439a035955d12d41ada712.zip
Update README
-rw-r--r--README.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index d925e80..e01e374 100644
--- a/README.adoc
+++ b/README.adoc
@@ -49,12 +49,21 @@ 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:
+
+ $ go run gdb-object-file-libc.go program.bf program.o
+ $ cc program.o -o program
+
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull
requests. If you want to discuss this project, or maybe just hang out with
the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
+Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
+
License
-------
'bfc' is written by Přemysl Janouch <p.janouch@gmail.com>.