aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/g-resolve.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/g-resolve.asm')
-rw-r--r--amforth-6.5/avr8/words/g-resolve.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/amforth-6.5/avr8/words/g-resolve.asm b/amforth-6.5/avr8/words/g-resolve.asm
deleted file mode 100644
index 0566b37..0000000
--- a/amforth-6.5/avr8/words/g-resolve.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-; ( dest -- )
-; Compiler
-; resolve backward jumps
-;VE_GRESOLVE:
-; .dw $ff08
-; .db ">resolve"
-; .dw VE_HEAD
-; .set VE_HEAD = VE_GRESOLVE
-XT_GRESOLVE:
- .dw DO_COLON
-PFA_GRESOLVE:
- .dw XT_QSTACK
- .dw XT_DP
- .dw XT_SWAP
- .dw XT_STOREI
- .dw XT_EXIT