aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/execute.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/execute.asm')
-rw-r--r--amforth-6.5/avr8/words/execute.asm14
1 files changed, 0 insertions, 14 deletions
diff --git a/amforth-6.5/avr8/words/execute.asm b/amforth-6.5/avr8/words/execute.asm
deleted file mode 100644
index 4a2308d..0000000
--- a/amforth-6.5/avr8/words/execute.asm
+++ /dev/null
@@ -1,14 +0,0 @@
-; ( xt -- )
-; System
-; execute XT
-VE_EXECUTE:
- .dw $ff07
- .db "execute",0
- .dw VE_HEAD
- .set VE_HEAD = VE_EXECUTE
-XT_EXECUTE:
- .dw PFA_EXECUTE
-PFA_EXECUTE:
- movw wl, tosl
- loadtos
- jmp_ DO_EXECUTE