aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/not.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/not.asm')
-rw-r--r--amforth-6.5/avr8/words/not.asm13
1 files changed, 0 insertions, 13 deletions
diff --git a/amforth-6.5/avr8/words/not.asm b/amforth-6.5/avr8/words/not.asm
deleted file mode 100644
index 26aa5c4..0000000
--- a/amforth-6.5/avr8/words/not.asm
+++ /dev/null
@@ -1,13 +0,0 @@
-; ( flag -- flag' )
-; Logic
-; identical to 0=
-VE_NOT:
- .dw $ff03
- .db "not",0
- .dw VE_HEAD
- .set VE_HEAD = VE_NOT
-XT_NOT:
- .dw DO_COLON
-PFA_NOT:
- .dw XT_ZEROEQUAL
- .dw XT_EXIT