aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/allot.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/allot.asm')
-rw-r--r--amforth-6.5/avr8/words/allot.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/amforth-6.5/avr8/words/allot.asm b/amforth-6.5/avr8/words/allot.asm
deleted file mode 100644
index 0356fa4..0000000
--- a/amforth-6.5/avr8/words/allot.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-; ( n -- )
-; System
-; allocate or release memory in RAM
-VE_ALLOT:
- .dw $ff05
- .db "allot",0
- .dw VE_HEAD
- .set VE_HEAD = VE_ALLOT
-XT_ALLOT:
- .dw DO_COLON
-PFA_ALLOT:
- .dw XT_HERE
- .dw XT_PLUS
- .dw XT_DOTO
- .dw PFA_HERE
- .dw XT_EXIT