aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/to_r.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/to_r.asm')
-rw-r--r--amforth-6.5/avr8/words/to_r.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/amforth-6.5/avr8/words/to_r.asm b/amforth-6.5/avr8/words/to_r.asm
deleted file mode 100644
index 3e038de..0000000
--- a/amforth-6.5/avr8/words/to_r.asm
+++ /dev/null
@@ -1,15 +0,0 @@
-; ( n -- ) (R: -- n)
-; Stack
-; move TOS to TOR
-VE_TO_R:
- .dw $ff02
- .db ">r"
- .dw VE_HEAD
- .set VE_HEAD = VE_TO_R
-XT_TO_R:
- .dw PFA_TO_R
-PFA_TO_R:
- push tosh
- push tosl
- loadtos
- jmp_ DO_NEXT