| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-07-16 | Implement BIT SET and RES ops | James Barnett | 2 | -1/+60 |
| 2018-07-12 | Add shift ops | James Barnett | 2 | -0/+74 |
| 2018-07-11 | Add rotate ops | James Barnett | 2 | -0/+128 |
| 2018-07-10 | Move SWAP ops into the extended CB prefixed set | James Barnett | 2 | -17/+26 |
| 2018-07-08 | Add 'misc' ops (SWAP, DAA, CPL, CCF, SCF etc.) | James Barnett | 2 | -4/+63 |
| 2018-07-08 | Implement 16-Bit arithmetic ops | James Barnett | 4 | -11/+73 |
| 2018-07-06 | Add all remaining 8-Bit arithmetic ops | James Barnett | 1 | -2/+117 |
| 2018-07-03 | Add some 8-Bit arithmetic ops | James Barnett | 3 | -1/+103 |
| 2018-07-02 | Start on 8-Bit arithmetic CPU ops | James Barnett | 1 | -0/+2 |
| 2018-06-28 | Add register flags and set from LDHL SP,n op | James Barnett | 2 | -1/+54 |
| 2018-06-27 | Add 16-Bit pop commands | James Barnett | 3 | -1/+24 |
| 2018-06-22 | Add first few 16-Bit Load ops | James Barnett | 2 | -0/+47 |
| 2018-06-15 | Add all 8-Bit Load opcodes | James Barnett | 3 | -3/+39 |
| 2018-06-14 | Move bit manipulation helpers out into their own object | James Barnett | 1 | -49/+28 |
| 2018-06-14 | Make a start on opcodes | James Barnett | 4 | -0/+238 |