summaryrefslogtreecommitdiff
path: root/usr.bin/oemu/cpu.c
AgeCommit message (Expand)Author
8 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
8 daysoemu: cpu: Add decoding for OR instructionIan Moffett
8 daysoemu: cpu: Add decoding for AND instructionIan Moffett
12 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
12 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
12 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
14 daysoemu: cpu: Decode the BR instructionIan Moffett
14 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
2025-07-22oemu: cpu: Add CPU register dumpIan Moffett
2025-07-22oemu: cpu: Introduce decoding logic for DIVIan Moffett
2025-07-22oemu: cpu: Introduce decoding for MUL instructionIan Moffett
2025-07-22oemu: cpu: Introduce decoding logic for SUBIan Moffett
2025-07-21oemu: cpu: Decode and process HLT instructionIan Moffett
2025-07-21oemu: cpu: Decode ADD instructionsIan Moffett
2025-07-21usr: Add initial OSMX64 emulator sourcesIan Moffett