]> cloudbase.mooo.com Git - avrcpm.git/commit - avrcpm/avr/dram-8bit.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)
commit4675c141e70a1bc417c0d2e70c2f7946715aa605
treec2d0bea24996db95dfc6ea8ab290eddbe740fa35
parent678fc0b01b6a5e7ebb30388383ce2bea0d30303a
* 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@108 57430480-672e-4586-8877-bcf8adbbf3b7
avrcpm/avr/avrcpm.asm
avrcpm/avr/config.inc
avrcpm/avr/dram-4bit.asm
avrcpm/avr/dram-8bit.asm
avrcpm/avr/hw-uart.asm
avrcpm/avr/init.asm
avrcpm/avr/macros.inc
avrcpm/avr/remainders.asm
avrcpm/avr/sw-uart.asm