From 6db22331b173fab0ea28df228f14351971e0aee9 Mon Sep 17 00:00:00 2001 From: Palaiologos <27734421+kspalaiologos@users.noreply.github.com> Date: Fri, 2 Oct 2020 21:47:24 +0200 Subject: [PATCH] Update the manual link --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 9deebcd6..1df1b428 100644 --- a/README +++ b/README @@ -16,12 +16,14 @@ for your use. Precise floating point library is on the board, memory allocation inlining. Last changes include stack-based offsets, virtual instructions and effective adresses. Why not check it out? -etc/manual.pdf - WIP, UP TO DATE ASM2BF MANUAL AND DOCUMENTATION. -https://discord.gg/m4Wcenn - THE DISCORD SERVER FOR ASM2BF. +http://kspalaiologos.now.im/doc/asmbf9.pdf - WIP, UP TO DATE ASM2BF MANUAL AND DOCUMENTATION. +https://discord.gg/m4Wcenn - THE DISCORD SERVER FOR ASM2BF. + https://esolangs.org/wiki/Asm2bf - in-depth explanation of asm2bf inner workings and programming techniques. serves as a documentation aswell. article.txt contains a mirror of this article. it is a bit outdated (check section "State-of-art Documentation"), but it may prove itself useful. + examples/ - who doesn't love learning by examples? test/ - unit tests for the entire toolchain.