OSDN Git Service

v 3.4 newcommer: FastForth I2C TERMINAL
[fast-forth/master.git] / MSP430-FORTH / CORE_ANS.f
similarity index 99%
rename from MSP430-FORTH/CORECOMP.f
rename to MSP430-FORTH/CORE_ANS.f
index 5dd86d4..91119b5 100644 (file)
@@ -1,7 +1,7 @@
 \ -*- coding: utf-8 -*-
 
 ; -----------------------------------------------------
-; CORECOMP.f    words complement to pass CORETEST.4TH
+; CORE_ANS.f    words complement to pass CORETEST.4TH
 ; -----------------------------------------------------
 \
 \ FastForth kernel options: MSP430ASSEMBLER, CONDCOMP
@@ -30,6 +30,7 @@
 
 PWR_STATE
 
+
 [DEFINED] {CORE_ANS} [IF]  {CORE_ANS} [THEN] \ remove it if defined out of kernel 
 
 [UNDEFINED] {CORE_ANS} [IF] \
@@ -1269,6 +1270,6 @@ ENDCODE
 
 RST_HERE
 
-[THEN]              \ end of [UNDEFINED] {CORE_COMP}
+[THEN]              \ end of [UNDEFINED] {CORE_ANS}
 
 ECHO