b_18bit.git
3 months agoMove Toomey's Perl /as7 to /doc, add /as7.py which is my Python translation master
Nick Downing [Tue, 2 Jan 2024 06:39:24 +0000 (17:39 +1100)]
Move Toomey's Perl /as7 to /doc, add /as7.py which is my Python translation

3 months agoAdd /LICENSE and /README.md
Nick Downing [Mon, 1 Jan 2024 04:16:17 +0000 (15:16 +1100)]
Add /LICENSE and /README.md

4 months agoAdd /doc/brt.s which is a more unix-like library to use instead of doc/bl.s, modify...
Nick Downing [Sun, 31 Dec 2023 03:47:11 +0000 (14:47 +1100)]
Add /doc/brt.s which is a more unix-like library to use instead of doc/bl.s, modify /b.[bc] accordingly so that getchar() is used instead of read(), putchar() is used instead of write(), tidy up b.c compilation a bit, add /brtb.b which has byte operations and unix-like printf(), change /hello.b to use printf() instead

4 months agoAdd /b.b, fix some interpreter bugs so that interpreted b.b can compile itself
Nick Downing [Mon, 1 Jan 2024 03:02:59 +0000 (14:02 +1100)]
Add /b.b, fix some interpreter bugs so that interpreted b.b can compile itself

4 months agoInitial commit, can compile and execute hello.b
Nick Downing [Sun, 31 Dec 2023 00:47:53 +0000 (11:47 +1100)]
Initial commit, can compile and execute hello.b