aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/lib/forth2012/core/avr-values.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/lib/forth2012/core/avr-values.frt')
-rw-r--r--amforth-6.5/avr8/lib/forth2012/core/avr-values.frt11
1 files changed, 0 insertions, 11 deletions
diff --git a/amforth-6.5/avr8/lib/forth2012/core/avr-values.frt b/amforth-6.5/avr8/lib/forth2012/core/avr-values.frt
deleted file mode 100644
index a23d0be..0000000
--- a/amforth-6.5/avr8/lib/forth2012/core/avr-values.frt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-\ EEPROM based values
-
-: Evalue ( n -- )
- (value)
- ehere ,
- ['] Edefer@ ,
- ['] Edefer! ,
- ehere dup cell+ to ehere !e
-;