Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Could we build something like a 8 bit computer in scratch?
- elginst9
-
Scratcher
1 post
Could we build something like a 8 bit computer in scratch?
Recently I've been working on my binary converters and it sparked an idea in my head, wouldn't it be possible to create an 8 bit computer in scratch? I saw people build computers in Minecraft but I'm pretty sure they could be much more powerful in scratch. Has anyone even done this yet?
- Tyler_nfs123
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
Recently I've been working on my binary converters and it sparked an idea in my head, wouldn't it be possible to create an 8 bit computer in scratch? I saw people build computers in Minecraft but I'm pretty sure they could be much more powerful in scratch. Has anyone even done this yet?Yes you can, unless it doesn't break any of the rules or TOS (terms of service)
- sharkode
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
No he isn't talking about if it's allowed or not, he's talking about if it is possible to make it, my answer is yes, but I've never triedRecently I've been working on my binary converters and it sparked an idea in my head, wouldn't it be possible to create an 8 bit computer in scratch? I saw people build computers in Minecraft but I'm pretty sure they could be much more powerful in scratch. Has anyone even done this yet?Yes you can, unless it doesn't break any of the rules or TOS (terms of service)
- Tyler_nfs123
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
Oh okNo he isn't talking about if it's allowed or not, he's talking about if it is possible to make it, my answer is yes, but I've never triedRecently I've been working on my binary converters and it sparked an idea in my head, wouldn't it be possible to create an 8 bit computer in scratch? I saw people build computers in Minecraft but I'm pretty sure they could be much more powerful in scratch. Has anyone even done this yet?Yes you can, unless it doesn't break any of the rules or TOS (terms of service)
- dave-alt-4
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
unless i totally understood the OP , yes
- Harakou
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
Sure. Plenty of people have even emulated real computers! For example, there's this NES emulator and this Gameboy Color one. As far as I know these are emulators that can run real programs compiled for their target architectures. They've even emulated other devices used by the game consoles, so you can play original game ROMs loaded into the memory. There's also a this RISC-V emulator which is for a 32-bit architecture.
If that all seems pretty intimidating, you can try something simpler to get started too - all you really need is a way to iterate over some binary “instructions” you've stored in a list, and a way to decode and run them. You might want to try asking the folks in Advanced Topics for tips on getting started, since they're a bit more familiar with this kind of thing.
If that all seems pretty intimidating, you can try something simpler to get started too - all you really need is a way to iterate over some binary “instructions” you've stored in a list, and a way to decode and run them. You might want to try asking the folks in Advanced Topics for tips on getting started, since they're a bit more familiar with this kind of thing.

Last edited by Harakou (Feb. 14, 2022 08:56:16)
- colinmacc
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
Yes, for example it's been done by @RokCoder…
https://scratch.mit.edu/projects/531881458/
It needs to run on turbowarp though.
https://scratch.mit.edu/projects/531881458/
It needs to run on turbowarp though.
Last edited by colinmacc (Feb. 14, 2022 10:56:13)
- GabeGamingScratch
-
Scratcher
6 posts
Could we build something like a 8 bit computer in scratch?
Actually, I have this project called Lightning OS! https://scratch.mit.edu/projects/630604115/
- hi875230163394
-
Scratcher
1000+ posts
Could we build something like a 8 bit computer in scratch?
Actually, I have this project called Lightning OS! https://scratch.mit.edu/projects/630604115/that is an OS, which is different, he is talking an actual computer that can produce its own graphics, and run its own code
- Discussion Forums
- » Questions about Scratch
-
» Could we build something like a 8 bit computer in scratch?