]> cloudbase.mooo.com Git - avrcpm.git/commit - avr/config.inc
* Renamed Z80int.asm to 8080int-orig.asm
authorLeo <erbl259-lmu@yahoo.de>
Tue, 13 Mar 2012 18:52:08 +0000 (18:52 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Tue, 13 Mar 2012 18:52:08 +0000 (18:52 +0000)
commitfa9059afcba0c5b044ab9bbc337f2f17df7e72c3
tree8e87276a38eb84446373a81975b1e852ce334cf2
parentcf6e81d85b1f79ff86d856950f3395cc1ff1c488
* Renamed Z80int.asm to 8080int-orig.asm
* avr/Z80int-jmp.asm: New Z80 interpreter with Z80-opcode tables (incomplete).
  - based on 8080int-jmp.asm
* avr/init.asm
  - Print SVN revision number on start up.
  - RAM test stops aber 16 errors.
* avr/sw-uart.asm: break detection
  - break triggers warmboot

git-svn-id: svn://cu.loc/avr-cpm/avrcpm/trunk@174 57430480-672e-4586-8877-bcf8adbbf3b7
avr/8080int-orig.asm [moved from avr/z80int.asm with 100% similarity]
avr/Makefile
avr/Z80int-jmp.asm [new file with mode: 0644]
avr/avrcpm.asm
avr/config.inc
avr/init.asm
avr/svnrev.inc [new file with mode: 0644]
avr/sw-uart.asm