aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/arduino/duemilanove.asm
blob: c8750ef0135714aaa41ba893db7866ad3d82d12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; for a description, what can be done in this
; file see ../template/template.asm. You may want to
; copy that file to this one and edit it afterwards.

.include "preamble.inc"

.set WANT_IGNORECASE = 1

; cpu clock in hertz
.equ F_CPU = 16000000
.include "drivers/usart_0.asm"

.include "amforth.asm"