From c5f39ea2cd7cf02246705ea8872d3b350526165c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 24 May 2024 09:05:42 -0400 Subject: initial --- src/assets/projects/03-brainfucked.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/assets/projects/03-brainfucked.md (limited to 'src/assets/projects/03-brainfucked.md') diff --git a/src/assets/projects/03-brainfucked.md b/src/assets/projects/03-brainfucked.md new file mode 100644 index 0000000..f45c157 --- /dev/null +++ b/src/assets/projects/03-brainfucked.md @@ -0,0 +1,10 @@ +--- +name: brainfucked +repo: brainfucked +--- + +brainfucked is a brainfuck dialect that makes you manage your memory manually! +The original interpreter gives you a tape of 30,000 cells, while i only give you +as much as a pointer takes up on your system: 4 or 8 depending if your on a 32bit or 64bit system. +You can than allocate a new tape and then use that! Also brainfucked is tuing complete proven by +this amzing [proof](/blog/writeup?name=proof.md) that my friend [trimill](https://trimill.xyz) made. -- cgit v1.2.3-freya