How the RDF ASCII Word Processor works (Part 1 of 2)
Uploader Comments (BerickCook)
Top Comments
-
I have been mindfucked.
-
1. Get A LOT of redstone wiring
2. Get A LOT of stone and free space
3. Know all about computers
4. ??????
5. Display...
Problem?
All Comments (126)
-
Hey! i'm currently working on a ascii word proccesor, tho a small one ( no shift, just a-z lowercase..).
i made the keypad and thesynchroniser and a Decoder, but i have NO idea what to do..
i dont know how to make a screen just that it stays on and skips to the second screen, could you maybe help me?
-
Too confusing for my epic brain to handle. btw how dose one join the RDF and what do they get if they do join?
-
Your obviously some sort of a genius to figure this shit out on your own
-
I understood it up until you got to the part where it actaully reads the letter. Then it went straight over my head...
-
this hurts my brain
-
@berickcook computer on a computer? compception
-
@zjzjn1 4 would be OCD
-
ENGINEER IS VAGINEER D:<
-
T H I S I S C R A Z Y
@BerickCook This is really impressive.
But (yes, there's a "but", but it's a small one, I promise XD) you can get rid of the "shift decoder" (or whatever it's called) if you change the encoder so that the last three bit are for example xx0 for normal keys and the shift modifier simply changes the last bit to 1. (If you want to use the "official" ASCII table in the display decoder, you still have to use a "shift decoder", but a much smaller one.) Am I wrong?
Sorry for my probably bad English.
IanMaayrkas 7 months ago
@IanMaayrkas If I modified the ASCII table codes, then yes I could eliminate the need for the shift modifiers. I had considered that when I was designing it, but decided to stick with the standard table. Mainly because the ASCII table is well known and respected, and the technical challenge of the shift modifiers was fun :)
BerickCook 7 months ago
@BerickCook
Do you have a degree in REAL computer science?
countpancake 7 months ago
@countpancake Nope. I just started playing around with redstone back in March. Once I got a feel for it, I just started building more and more complex things. Basically, I come up with an idea for something, then try and figure out how I can make it work.
BerickCook 7 months ago
hey where can i find that binary graph please rply
nacnud247 7 months ago
@nacnud247 Search wikipedia for ASCII
BerickCook 7 months ago