Talk:TwoFiftyFive
Jump to navigation
Jump to search
I've spent the past while trying to make an interpreter because I am bored. I ran in to a few problems.
- I don't know if NAND is a bitwise NAND or a binary NAND
- It doesn't seem like your cat program works, even in theory. If NAND is a binary NAND and EOF is instead 0x00, I found this program that will work: FF02 FFFF FE*FA FA*FE FDFF FF*FC
Here is the interpreter I mentioned, it is set to use those binary NAND and EOF=0x00: https://pastebin.ca/3892155
Enoua5 (talk) 23:22, 19 October 2017 (UTC)
Sorry, for the confusion, NAND is bitwise, I derped while making the example, and the language was not quite complete. I'll update the page now. Thanks anyways for making an interpreter for my awful language. --SoundOfScripting (talk) 22:23, 16 January 2018 (UTC)