aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/arduino/sanguino.asm
blob: ab95c11f0e55041c159fd7ef62c8bce8b622ecfe (plain)
1
2
3
4
5
6
7
8
9
10
; 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"

.equ F_CPU = 16000000
.include "drivers/usart_0.asm"

.include "amforth.asm"