aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)AuthorFilesLines
2018-07-23Move lambda calls outside of parensJames Barnett12-372/+371
2018-07-21Add ability to step through CPU execution of boot romJames Barnett6-1/+121
2018-07-21Add imgui based debug window containerJames Barnett5-0/+152
2018-07-17Implement the last set of ops. RETsJames Barnett2-0/+29
2018-07-16Add RST opsJames Barnett2-0/+28
2018-07-16Add CALLsJames Barnett2-0/+29
2018-07-16Implement JUMP opsJames Barnett6-4/+35
2018-07-16Implement BIT SET and RES opsJames Barnett2-1/+60
2018-07-12Add shift opsJames Barnett2-0/+74
2018-07-11Add rotate opsJames Barnett2-0/+128
2018-07-10Move SWAP ops into the extended CB prefixed setJames Barnett2-17/+26
2018-07-08Add 'misc' ops (SWAP, DAA, CPL, CCF, SCF etc.)James Barnett2-4/+63
2018-07-08Implement 16-Bit arithmetic opsJames Barnett4-11/+73
2018-07-06Add all remaining 8-Bit arithmetic opsJames Barnett1-2/+117
2018-07-03Add some 8-Bit arithmetic opsJames Barnett3-1/+103
2018-07-02Start on 8-Bit arithmetic CPU opsJames Barnett1-0/+2
2018-06-28Add register flags and set from LDHL SP,n opJames Barnett3-1/+65
2018-06-27Add 16-Bit pop commandsJames Barnett3-1/+24
2018-06-22Add first few 16-Bit Load opsJames Barnett2-0/+47
2018-06-15Add all 8-Bit Load opcodesJames Barnett4-3/+43
2018-06-14Move bit manipulation helpers out into their own objectJames Barnett2-49/+55
2018-06-14Make a start on opcodesJames Barnett5-0/+132
2018-06-13Initial files. Implement basic registers.James Barnett1-0/+122