aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/devices/at90pwm161/device.asm
blob: 8bf16d2583a1266b80d439fe3d6d6cd2b6541ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
; 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