From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/avr8/words/unused.asm | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 amforth-6.5/avr8/words/unused.asm (limited to 'amforth-6.5/avr8/words/unused.asm') diff --git a/amforth-6.5/avr8/words/unused.asm b/amforth-6.5/avr8/words/unused.asm deleted file mode 100644 index 16566d4..0000000 --- a/amforth-6.5/avr8/words/unused.asm +++ /dev/null @@ -1,15 +0,0 @@ -; ( -- n ) -; Tools -; Amount of available RAM (incl. PAD) -VE_UNUSED: - .dw $ff06 - .db "unused" - .dw VE_HEAD - .set VE_HEAD = VE_UNUSED -XT_UNUSED: - .dw DO_COLON -PFA_UNUSED: - .dw XT_SP_FETCH - .dw XT_HERE - .dw XT_MINUS - .dw XT_EXIT -- cgit v1.2.3