1
0
mirror of synced 2024-11-22 04:54:24 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Christian Dietrich
84f4c7f55c Added README file 2014-09-30 15:40:08 +02:00
Christian Dietrich
94af9380aa tests: ignore mandelbrot.c test, since it takes so long 2014-09-30 14:44:45 +02:00
Christian Dietrich
8bddaf53a2 tests/mandelbrot: Added Mandelbrot example 2014-09-30 14:30:01 +02:00
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
Christian Dietrich
6183531abd Failing Testcases for printf 2014-09-29 20:39:23 +02:00
Christian Dietrich
d59eab62e6 IJMP & ICALL 2014-09-28 23:21:43 +02:00
Christian Dietrich
154366010f New Opcode: MUL, LPM, LDS, STS 2014-09-28 23:01:47 +02:00
Christian Dietrich
17c77fe7e2 Added gitingore 2014-09-28 16:53:52 +02:00
Christian Dietrich
60b2f52baf Testsuite as single files 2014-09-28 16:49:03 +02:00