aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/atmega2561/atmega256.asm
blob: 30e1300439579f7ed01673409503161f499815b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; the 256x devices are special since they *require*
; both a 24bit address space and they need a special
; flash store placement in the NRWW section, way outside
; of the standard 16bit jump distance.

; note that dict_appl_core includes a store-i_big.asm
; instead if the normal store-i.asm file. This file
; has all the magic needed for the large address space.
; *everything else* is identical to other controllers.

.include "preamble.inc"

; cpu clock in hertz
.equ F_CPU = 14745600
.include "drivers/usart_1.asm"

; all of amforth is in one segment
.include "amforth-low.asm"