~arcachofo/simulide/1.1.0

« back to all changes in this revision

Viewing changes to resources/data/avr/attiny84.data

  • Committer: arcachofo
  • Date: 2021-01-01 14:23:42 UTC
  • Revision ID: arcachofo@simulide.com-20210101142342-ozfljnll44g5lbl3
Initial Commit 0.5.15-RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
 *   Copyright (C) 2017 by santiago González                               *
 
3
 *   santigoro@gmail.com                                                   *
 
4
 *                                                                         *
 
5
 *   This program is free software; you can redistribute it and/or modify  *
 
6
 *   it under the terms of the GNU General Public License as published by  *
 
7
 *   the Free Software Foundation; either version 3 of the License, or     *
 
8
 *   (at your option) any later version.                                   *
 
9
 *                                                                         *
 
10
 *   This program is distributed in the hope that it will be useful,       *
 
11
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 
12
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 
13
 *   GNU General Public License for more details.                          *
 
14
 *                                                                         *
 
15
 *   You should have received a copy of the GNU General Public License     *
 
16
 *   along with this program; if not, see <http://www.gnu.org/licenses/>.  *
 
17
 *                                                                         *
 
18
 ***************************************************************************/
 
19
 
 
20
MaxMHz=20
 
21
 
 
22
PORTA EQU 27
 
23
DDRA EQU 26
 
24
PINA EQU 25
 
25
PORTB EQU 24
 
26
DDRB EQU 23
 
27
PINB EQU 22
 
28
ADCSRB EQU 3
 
29
ACSR EQU 8
 
30
DIDR0 EQU 1
 
31
ADMUX EQU 7
 
32
ADCSRA EQU 6
 
33
ADCH EQU 5
 
34
ADCL EQU 4
 
35
USIBR EQU 16
 
36
USIDR EQU 15
 
37
USISR EQU 14
 
38
USICR EQU 13
 
39
MCUCR EQU 53
 
40
GIMSK EQU 59
 
41
GIFR EQU 58
 
42
PCMSK1 EQU 32
 
43
PCMSK0 EQU 18
 
44
EEARH EQU 31
 
45
EEARL EQU 30
 
46
EEDR EQU 29
 
47
EECR EQU 28
 
48
WDTCSR EQU 33
 
49
TIMSK0 EQU 57
 
50
TIFR0 EQU 56
 
51
TCCR0A EQU 48
 
52
TCCR0B EQU 51
 
53
TCNT0 EQU 50
 
54
OCR0A EQU 54
 
55
OCR0B EQU 60
 
56
GTCCR EQU 35
 
57
TIMSK1 EQU 12
 
58
TIFR1 EQU 11
 
59
TCCR1A EQU 47
 
60
TCCR1B EQU 46
 
61
TCCR1C EQU 34
 
62
TCNT1H EQU 45
 
63
TCNT1L EQU 44
 
64
OCR1AH EQU 43
 
65
OCR1AL EQU 42
 
66
OCR1BH EQU 41
 
67
OCR1BL EQU 40
 
68
ICR1H EQU 37
 
69
ICR1L EQU 36
 
70
SPMCSR EQU 55
 
71
PRR EQU 0
 
72
OSCCAL EQU 49
 
73
CLKPR EQU 38
 
74
SREG EQU 63
 
75
SPH EQU 62
 
76
SPL EQU 61
 
77
MCUSR EQU 52
 
78
GPIOR2 EQU 21
 
79
GPIOR1 EQU 20
 
80
GPIOR0 EQU 19