1
0
mirror of synced 2024-09-21 00:51:43 +02:00
avremu/tests
Christian Dietrich 44fe73ff8f SBC/CPC: Fix Calculation of Zero Flag
For the Sub/Compare with carry, the old Z flag is also used to
AND the newZ:

  newZ = (result==0) & oldZ
2014-09-29 23:01:20 +02:00
..
.gitignore Added gitingore 2014-09-28 16:53:52 +02:00
complex-memory.c Testsuite as single files 2014-09-28 16:49:03 +02:00
empty-main.c Testsuite as single files 2014-09-28 16:49:03 +02:00
fibonacci-rec.c Testsuite as single files 2014-09-28 16:49:03 +02:00
float.c SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
FOOTER Testsuite as single files 2014-09-28 16:49:03 +02:00
func-ptr.c IJMP & ICALL 2014-09-28 23:21:43 +02:00
HEADER Testsuite as single files 2014-09-28 16:49:03 +02:00
mul.c SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
printf.c SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
shift.c SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
string.c New Opcode: MUL, LPM, LDS, STS 2014-09-28 23:01:47 +02:00
sum-rec.c Testsuite as single files 2014-09-28 16:49:03 +02:00
test-suite SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00