I made a computer again. It can do a lot of stuff the previous one couldn't and still can't do a lot of stuff I'd like it to be able to do. It definitely can solve quadratic equations. Check the relevant forum thread too. And try tpt.setfpscap(2)!
technology
computer
magic
electronics
16bit
processor
programmable
subframe
rt2812a
r216
Comments
-
this is pretty cool! corrupting the ram is interesting, just to see what it spits out sometimes... I got it to spam "Hol on.." a few times lol
-
I just made a 8K version; link in the save.
-
Oh thanks.I see.
-
Oh so it was supposed to be a hello world! Okay, I see. Yeah, for that you'd need the terminal to support GBK or UTF-8 or whatever, which it doesn't. It only supports ASCII, and a bunch of other characters I got from moonheart08, so I guess what it supports is a moonheart08 codepage.
-
And the computer didn't accept '^'either,It kinda sort of word coding i think.
-
Well i don't mean break......
-
https://www.pdcblog.tk/site/brainf**k/ change the ** to ck you know.The computer didn't support some codong of words like GBK.It seems that the computer only accepts ASCII code.That's why the code breaks down.
-
And as far as I can tell, it doesn't break the computer either.
-
That program outputs weird things for me on all BF interpreters I know of, not only the default R2 one. https://ideone.com/sdTHo9
-
Well the default bf profram have a minor problem.But i have to mention it.Hacking code looks like this:++++++++[>+++++[>+++++<-]<-]>>----.<< ++[>+++++[>+++<-]<-]>>+.<< ++[>+++++[>----<-]<-]>>-.<< ++[>>+++++<<-]>>-.<< ++[>+++++[>---<-]<-]>>--.<< ++[>>+++++<<-]>>-.<< ++[>+++++[>+++<-]<-]>>.<< ++[>>-----<<-]>>.<< >>---.<< ++[>+++++[>++++<-]<-]>>++.<< ++[>+++++[>------<-]<-]++[>>----<<-]>>.<< >>--.<<This code CAN break the computer and output some weird thing.