aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/_template.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/words/_template.asm')
-rw-r--r--amforth-6.5/common/words/_template.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/amforth-6.5/common/words/_template.asm b/amforth-6.5/common/words/_template.asm
new file mode 100644
index 0000000..1b42fcf
--- /dev/null
+++ b/amforth-6.5/common/words/_template.asm
@@ -0,0 +1,8 @@
+
+.if cpu_msp430==1
+; HEADER(XT_2SWAP,5,"2swap",DOCOLON)
+.endif
+
+.if cpu_avr8==1
+
+.endif