Architectures Galore

While some developers might be pining for the days when everything was written in assembly, I am not one of those people. CPU instruction sets are very complicated these days and there are a lot of revisions based on what chipset you might be running on, which is why compilers are awesome. If we take a look at what architectures the Apple platforms are using (and have supported), you can see why writing everything in assembly is folly:...