1
0
mirror of synced 2024-09-19 16:11:41 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
Christian Dietrich
ce17612146 More documentation 2014-10-09 18:16:02 +02:00
Christian Dietrich
a1ef38622f Added Example for future documentation 2014-10-09 17:37:31 +02:00
Christian Dietrich
cea45e869f Fix a lot of spurious whitespace 2014-10-09 17:30:00 +02:00
Christian Dietrich
51e2a244bb Small cleanup 2014-10-09 16:51:34 +02:00
Christian Dietrich
5a255d239e Fix generation of large Mandelbrot PPMs 2014-10-09 16:41:03 +02:00
Christian Dietrich
8d320f3744 Use TDS Layout 2014-10-09 15:20:20 +02:00
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
24fbf1c376 ADIW & SBIW 2014-09-29 00:47:17 +02:00
Christian Dietrich
8af57575ef CPSE 2014-09-28 23:41:36 +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
a342f809c0 The IO Subsystem 2014-09-28 16:52:56 +02:00
Christian Dietrich
60b2f52baf Testsuite as single files 2014-09-28 16:49:03 +02:00
Christian Dietrich
214ec7b24d Implement Load and Store Command for Memory 2014-09-28 16:12:53 +02:00
Christian Dietrich
35427842d8 First Compiled and Executed Fibonacci 2014-09-27 00:49:58 +02:00
Christian Dietrich
b76e301213 binary: added support for compiling and loading C code 2014-09-26 19:42:18 +02:00
Christian Dietrich
0dee263e00 More Instruction Implementations 2014-09-26 16:00:45 +02:00
Christian Dietrich
4613bcddab More stuff 2014-09-20 21:02:32 +02:00
Christian Dietrich
9f111fde11 First Steps 2014-09-20 20:09:39 +02:00