aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/true.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/true.asm')
-rw-r--r--amforth-6.5/avr8/words/true.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/amforth-6.5/avr8/words/true.asm b/amforth-6.5/avr8/words/true.asm
deleted file mode 100644
index 9b64014..0000000
--- a/amforth-6.5/avr8/words/true.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-; ( -- -1 )
-; Arithmetics
-; leaves the value -1 (true) on TOS
-VE_TRUE:
- .dw $ff04
- .db "true"
- .dw VE_HEAD
- .set VE_HEAD = VE_TRUE
-XT_TRUE:
- .dw PFA_TRUE
-PFA_TRUE:
- savetos
-PFA_TRUE1:
- ser tosl
- ser tosh
- jmp_ DO_NEXT