文件名称:graspforth
介绍说明--下载内容均来自于网络,请自行研究使用
graspForth is my humble attempt at a Forth-in-C that has the following goals:
GCC ......... to support all 32-bit micros that GCC cross-compiles to.
Relocatable . to be able to run in-place in either Flash or Ram.
Fast ........ to be \"not much\" slower than an assembly based native Forth.
Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine.
Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
-graspForth is my humble attempt at a Forth - in-C that has the following goals : ......... GCC to support all 32-bit micros that GCC cross-compiles to. Relocatable. to be able to run in-place in either Flash or Ram. Fast .... .... to be "not much" slower than an assembly bas ed native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machi ne. Portable .... to achieve a 5 minute port to a n EW 32bit micro-processor, or micro-controller.
GCC ......... to support all 32-bit micros that GCC cross-compiles to.
Relocatable . to be able to run in-place in either Flash or Ram.
Fast ........ to be \"not much\" slower than an assembly based native Forth.
Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine.
Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
-graspForth is my humble attempt at a Forth - in-C that has the following goals : ......... GCC to support all 32-bit micros that GCC cross-compiles to. Relocatable. to be able to run in-place in either Flash or Ram. Fast .... .... to be "not much" slower than an assembly bas ed native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machi ne. Portable .... to achieve a 5 minute port to a n EW 32bit micro-processor, or micro-controller.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 107215802graspforth.zip 列表 forthdef.h graspforth.c linux.h lpc.h Makefile README