Category Archives: Microprocessor

STW (store word)

Still working on the p2020 from freescale. I found that the assembly instruction set is quite different with intel and other microcontrollers that I had been working with. One of the instruction is: STW (Store Word) stw rS, d(rA) means … Continue reading

Posted in Microprocessor, PowerPC | Tagged , , | Leave a comment

SMP vs AMP

Symmetric Multiprocessing SMP advantages: Programs must be written for multithreaded processing to benefit from the parallel nature of SMP. If external interrupts are handled by a one core, existing programs that are not written to be multithreaded may benefit by being … Continue reading

Posted in Microprocessor, Operating System | Leave a comment