summaryrefslogtreecommitdiff
path: root/emux64/src/cpu/cpu_cycle.c
AgeCommit message (Collapse)Author
6 daysemux64: cpu: Add emulation of DIV instructionmainIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
7 daysemux64: cpu: Add emulation of MUL instructionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
7 daysemux64: cpu: Add emulation of SUB instructionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
7 daysemux64: cpu: Seperate arithop core from add logicIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
7 daysemux: cpu: Add emulation of ADD instructionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
7 daysemux64: cpu: Add initial CPU cycle loop w/ HLTIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>