1
0
mirror of synced 2024-06-10 04:49:54 +02:00
An AVR Emulator written in LaTeX
Go to file
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
tests SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
.gitignore Added gitingore 2014-09-28 16:53:52 +02:00
avr.binary.tex First Compiled and Executed Fibonacci 2014-09-27 00:49:58 +02:00
avr.bitops.tex Implement Load and Store Command for Memory 2014-09-28 16:12:53 +02:00
avr.instr.tex SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
avr.io.tex Failing Testcases for printf 2014-09-29 20:39:23 +02:00
avr.memory.tex Failing Testcases for printf 2014-09-29 20:39:23 +02:00
avr.numbers.tex Failing Testcases for printf 2014-09-29 20:39:23 +02:00
avr.testsuite.tex SBC/CPC: Fix Calculation of Zero Flag 2014-09-29 23:01:20 +02:00
avr.tex First Compiled and Executed Fibonacci 2014-09-27 00:49:58 +02:00
Makefile New Opcode: MUL, LPM, LDS, STS 2014-09-28 23:01:47 +02:00