1
0
mirror of synced 2024-09-20 00:21:42 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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