[patinho] indentation / comments cleanup

This commit is contained in:
Felipe Corrêa da Silva Sanches 2015-11-30 15:03:56 -02:00
parent 864f32d774
commit f387764de1
3 changed files with 31 additions and 28 deletions

View File

@ -31,7 +31,10 @@ protected:
/* processor registers */
unsigned char m_acc; /* accumulator (8 bits) */
unsigned int m_pc; /* program counter (12 bits)
(CI stands for "Contador de Instrucao") */
* Actual register name is CI, which
* stands for "Contador de Instrucao"
* or "instructions counter".
*/
unsigned char m_idx;
/* processor state flip-flops */