aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/2-r-from.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/2-r-from.asm')
-rw-r--r--amforth-6.5/msp430/words/2-r-from.asm9
1 files changed, 0 insertions, 9 deletions
diff --git a/amforth-6.5/msp430/words/2-r-from.asm b/amforth-6.5/msp430/words/2-r-from.asm
deleted file mode 100644
index 16ea605..0000000
--- a/amforth-6.5/msp430/words/2-r-from.asm
+++ /dev/null
@@ -1,9 +0,0 @@
-;C 2R> -- d R: d -- pop from return stack
- CODEHEADER(XT_2R_FROM,3,"2r>")
- SUB #4,PSP ; 2
- MOV TOS,2(PSP) ; 4
- MOV @RSP+,TOS
- MOV @RSP+,W
- MOV W,0(PSP) ; 4
-
- NEXT