diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-10-11 02:09:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-10-11 02:09:19 +0200 |
commit | 37b7e8896217284468e05384224593c5b26eecc4 (patch) | |
tree | 7e92df163cbcb8f41ca61810d572fa448e542dc0 /README.adoc | |
parent | 15b567e3e0d59330b31aad959fc31708006395e2 (diff) | |
download | bfc-master.tar.gz bfc-master.tar.xz bfc-master.zip |
Update READMEHEADorigin/mastermaster
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index aeb4dca..38c8708 100644 --- a/README.adoc +++ b/README.adoc @@ -57,6 +57,10 @@ OS-independent binary that can be linked against the libc with the C compiler: $ go run dwarf/object-file-libc.go program.bf program.o $ cc program.o -o program +Similar software +---------------- +https://github.com/skeeto/bf-x86 is perhaps an easier-to-make-sense-of project. + Contributing and Support ------------------------ Use https://git.janouch.name/p/bfc to report any bugs, request features, |