From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/avr8/devices/at90pwm161/device.asm | 52 -------------------------- 1 file changed, 52 deletions(-) delete mode 100644 amforth-6.5/avr8/devices/at90pwm161/device.asm (limited to 'amforth-6.5/avr8/devices/at90pwm161/device.asm') diff --git a/amforth-6.5/avr8/devices/at90pwm161/device.asm b/amforth-6.5/avr8/devices/at90pwm161/device.asm deleted file mode 100644 index 8bf16d2..0000000 --- a/amforth-6.5/avr8/devices/at90pwm161/device.asm +++ /dev/null @@ -1,52 +0,0 @@ -; Generated Automatically - -.nolist - include "pwm161def.inc" -.list -FLASHSTART = 0 -FLASHSIZE = 16384 -RAMEND = 1280 -IRAMSTART = 256 -IRAMSIZE = 1024 -EEPROMSIZE = 512 -; Interrupt Vectors -.overlap -.org 2 - rcall isr ; PSC2 Capture Event -.org 4 - rcall isr ; PSC2 End Cycle -.org 6 - rcall isr ; PSC2 End Of Enhanced Cycle -.org 8 - rcall isr ; PSC0 Capture Event -.org 10 - rcall isr ; PSC0 End Cycle -.org 12 - rcall isr ; PSC0 End Of Enhanced Cycle -.org 14 - rcall isr ; Analog Comparator 1 -.org 16 - rcall isr ; Analog Comparator 2 -.org 18 - rcall isr ; Analog Comparator 3 -.org 20 - rcall isr ; External Interrupt Request 0 -.org 22 - rcall isr ; Timer/Counter1 Capture Event -.org 24 - rcall isr ; Timer/Counter1 Overflow -.org 26 - rcall isr ; ADC Conversion Complete -.org 28 - rcall isr ; External Interrupt Request 1 -.org 30 - rcall isr ; SPI Serial Transfer Complet -.org 32 - rcall isr ; External Interrupt Request 2 -.org 34 - rcall isr ; Watchdog Timeout Interrupt -.org 36 - rcall isr ; EEPROM Ready -.org 38 - rcall isr ; Store Program Memory Read -.nooverlap -- cgit v1.2.3