02 September 2016

Learning about ARM architecture using ARMSim#

ARMSim# is a desktop application which simulates the operation of an ARM-based system. It was designed as an educational tool, so for the purpose of learning about how the ARM architecture works, it may be a good choice.

18 August 2016

Study strategy for programming books

What is the best way to study a programming book?

In order to improve my programming skills, I am reading and reviewing some programming books and am trying to find a good method of working through the material. So far I think I am settling on a multi-pass approach, where each pass or "phase" emphasizes a different activity.