Gabriel Kanegae

Results 3 issues of Gabriel Kanegae

This is done as a follow-up to #675, closing #639. All pages re-checked, @wopian [comments](https://github.com/chrislgarry/Apollo-11/pull/675#issuecomment-642210145) addressed.

Status: Review Needed
Type: Proof
hacktoberfest-accepted

As respostas diárias agora estão encodadas com um algoritmo bem bobinho, mas só pra não ficar em plaintext no browser. Poderia ser feito com base64 também, mas tenho receio de...

The code flow seems to always hit this conditional, because `G_MEM.ID_EX_CTRL["MEM_READ"] == 1` (as it should, as it's an `lw`) and `G_MEM.ID_EX["RT"] == if_id_rt` (should it? not sure). https://github.com/KanegaeGabriel/mips-pipeline-simulator/blob/454a821d5f650de567cf83c3b69a50fd7db19ec5/stages.py#L55-L58 A...