]> cloudbase.mooo.com Git - avrcpm.git/commit - sw-uart.asm
* New macros sbiw and INTERRUPT:
authorLeo <erbl259-lmu@yahoo.de>
Fri, 1 Oct 2010 09:34:19 +0000 (09:34 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Fri, 1 Oct 2010 09:34:19 +0000 (09:34 +0000)
commit28cf89bfbf775cb8cf82c545f9afa68a82259a09
tree8d8343fe2bb6b2c7f8ae03ffe853f98694ad8b16
parent21c909d111de095a396f08de06b30d666f4ccf9f
* New macros sbiw and INTERRUPT:
  - The INTERRUPT  macro inserts the right jump instruction (rjmp/jmp) in the interrupt vector table.
* new functions: dram_read[w]_pp, dram_write[w]_pp
  - read/write byte/word with address autoincrement.

* Affected files:
  - avr/macros.inc
  - avr/hw-uart.asm
  - avr/sw-uart.asm
  - avr/remainders.asm
  - avr/init.asm
  - avr/dram-8bit.asm
  - avr/dram-8bit.asm
  - avr/avrcpm.asm
  - avr/config.inc

git-svn-id: svn://cu.loc/avr-cpm/trunk/avrcpm/avr@108 57430480-672e-4586-8877-bcf8adbbf3b7
avrcpm.asm
config.inc
dram-4bit.asm
dram-8bit.asm
hw-uart.asm
init.asm
macros.inc
remainders.asm
sw-uart.asm