Mercurial > repos > blastem
log cpu_dsl.py @ 1710:2344b3650b38
age | author | description |
---|---|---|
Mon, 28 Jan 2019 22:56:43 -0800 | Michael Pavone | Fix sbc and implement carry/overflow flags for it in CPU DSL |
Mon, 28 Jan 2019 22:49:02 -0800 | Michael Pavone | Implementation of carry/overflow flags for adc instructions in CPU DSL |
Mon, 28 Jan 2019 22:37:46 -0800 | Michael Pavone | Fixed flag calculation for sub instructions in CPU DSL |
Mon, 28 Jan 2019 21:30:23 -0800 | Michael Pavone | Less broken flag calulcation for sub instructions in CPU DSL |
Mon, 28 Jan 2019 21:15:27 -0800 | Michael Pavone | Initial stab at overflow flag implementation in CPU DSL. Probably broken for subtraction |
Mon, 28 Jan 2019 20:54:55 -0800 | Michael Pavone | First stab at carry and half-carry calculation in CPU DSL |
Mon, 28 Jan 2019 19:24:04 -0800 | Michael Pavone | Fix zero flag calculation in CPU DSL |