aboutsummaryrefslogtreecommitdiff
path: root/forth/forth/avr/pick.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/forth/avr/pick.fs')
-rw-r--r--forth/forth/avr/pick.fs6
1 files changed, 6 insertions, 0 deletions
diff --git a/forth/forth/avr/pick.fs b/forth/forth/avr/pick.fs
new file mode 100644
index 0000000..b27dfcb
--- /dev/null
+++ b/forth/forth/avr/pick.fs
@@ -0,0 +1,6 @@
+\ PICK for the Atmega by
+\ Pablo - EA4FUK
+
+\ xu ... x0 u -- xu ... x0 xu
+: pick 2* sp@ + @ ;
+