aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/douser.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/douser.asm')
-rw-r--r--amforth-6.5/avr8/words/douser.asm18
1 files changed, 0 insertions, 18 deletions
diff --git a/amforth-6.5/avr8/words/douser.asm b/amforth-6.5/avr8/words/douser.asm
deleted file mode 100644
index 1347651..0000000
--- a/amforth-6.5/avr8/words/douser.asm
+++ /dev/null
@@ -1,18 +0,0 @@
-; ( -- addr )
-; System
-; runtime part of user
-;VE_DOUSER:
-; .dw $ff06
-; .db "(user)"
-; .dw VE_HEAD
-; .set VE_HEAD = VE_DOUSER
-XT_DOUSER:
- .dw PFA_DOUSER
-PFA_DOUSER:
- savetos
- movw zl, wl
- adiw zl, 1
- readflashcell tosl,tosh
- add tosl, upl
- adc tosh, uph
- jmp_ DO_NEXT