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/common/words/compile.asm | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 amforth-6.5/common/words/compile.asm (limited to 'amforth-6.5/common/words/compile.asm') diff --git a/amforth-6.5/common/words/compile.asm b/amforth-6.5/common/words/compile.asm deleted file mode 100644 index 524cee6..0000000 --- a/amforth-6.5/common/words/compile.asm +++ /dev/null @@ -1,25 +0,0 @@ -; ( -- ) -; Dictionary -; read the following cell from the dictionary and append it to the current dictionary position. - -.if cpu_msp430==1 - HEADER(XT_COMPILE,7,"compile",DOCOLON) -.endif - -.if cpu_avr8==1 -VE_COMPILE: - .dw $ff07 - .db "compile",0 - .dw VE_HEAD - .set VE_HEAD = VE_COMPILE -XT_COMPILE: - .dw DO_COLON -PFA_COMPILE: -.endif - .dw XT_R_FROM - .dw XT_DUP - .dw XT_ICELLPLUS - .dw XT_TO_R - .dw XT_FETCHI - .dw XT_COMMA - .dw XT_EXIT -- cgit v1.2.3