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

2 years 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

2 years 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

2 years 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