|
|
|
|
|
by fidotron
4536 days ago
|
|
These days if what you're writing is in C then you should really know the behaviour of the architecture underneath. ARM really isn't that hard if you're already thinking like a low level programmer. Things like MIPS were (better) designed for being targeted from higher level languages, but the consequence is a much messier machine language. It's always struck me as amusing that the conventional view is MIPS is minimal, when ARM is really much more so, but it's from outside the Berkeley/Stanford RISC bubble so didn't really get on to their radars for some time. |
|