From 8a7015dfa987286139b5507e21d82af1aee101ed Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 6 Jul 2022 18:07:26 +0200 Subject: First prototype... Palette works, but the instruction execution loop doesn't. Needs further research. Sound and keys are not implemented either. --- tests/README.md | 7 +++++++ tests/nyan.bp | Bin 0 -> 200298 bytes tests/palette.bp | Bin 0 -> 131072 bytes 3 files changed, 7 insertions(+) create mode 100644 tests/README.md create mode 100644 tests/nyan.bp create mode 100644 tests/palette.bp (limited to 'tests') diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..a729c09 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,7 @@ +These tests are not written by myself. They are obtained from: + +https://esolangs.org/wiki/BytePusher + +I do not hold any copyright on them, and I don't know their license, but I'll +keep them still, as they are found freely in the internet, shared by the +author. diff --git a/tests/nyan.bp b/tests/nyan.bp new file mode 100644 index 0000000..b7b4400 Binary files /dev/null and b/tests/nyan.bp differ diff --git a/tests/palette.bp b/tests/palette.bp new file mode 100644 index 0000000..06f1e03 Binary files /dev/null and b/tests/palette.bp differ -- cgit v1.2.3