ARM training updates
- Added a note about implementation-defined behaviour to the barrel shifter page. (sbrodie)
- Fixed the factorial task answer to Task Two: its
MOVEQ pc,r14
should have beenMOVEQ r0,#1
to return the correct result for 0!. (sbrodie)