looking to learn more about CPUs
Redstoner → Building → looking to learn more about CPUs
I have never been good at those…. One skilled person that I know of is @Nemes If you see him online and he’s not busy he could maybe give you the jist of it :)
Welcome to Redstoner by the way xD
lol @Dico200 with the stuff in the brackets :P
Anyways back to topic, don’t even start searching Minecraft CPU tutorials or Minecraft servers for CPUs, you will learn way more by reading documents about real CPUs. ;) For now try to get some ARM instruction set references to get the basic look of an instruction set and maybe google some basic-ish things like what cache is and why it’s in a CPU and how the CPU interprets instructions (that will be clearer after seeing an instruction set - I really recommend some simple ARMs or microcontrollers). Then there is always Intel’s and AMD’s x86 and x86_64 documentations, but those will probably add up to over 4000 pages with all the extensions, so I recommend not getting into that too deep yet.
If you want some exact links then ask, I can put together a list of things I’ve read through and it helped a lot
Simple stuff (aka instruction set mainly):
Modern x86 CPUs:
x86 software dev manual x86 instruction set reference (I have one downloaded that also contains volume 2D, can’t find it right now - don’t worry too much, it only got expanded to over 1800 pages) basic x86 architecture reference x86_64 from AMDs docs volume 1 and volume 2
Some tiny intro to GPUs:
GPU Architecture intro OpenCL intro