aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/zero.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/zero.asm')
-rw-r--r--amforth-6.5/avr8/words/zero.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/amforth-6.5/avr8/words/zero.asm b/amforth-6.5/avr8/words/zero.asm
deleted file mode 100644
index a03942c..0000000
--- a/amforth-6.5/avr8/words/zero.asm
+++ /dev/null
@@ -1,15 +0,0 @@
-; ( -- 0 )
-; Arithmetics
-; place a value 0 on TOS
-VE_ZERO:
- .dw $ff01
- .db "0",0
- .dw VE_HEAD
- .set VE_HEAD = VE_ZERO
-XT_ZERO:
- .dw PFA_ZERO
-PFA_ZERO:
- savetos
-PFA_ZERO1:
- movw tosl, zerol
- jmp_ DO_NEXT