-
eForth has provision for data structures for vocabularies but none of the required words.
See https://www.taygeta.com/forth/dpans16.htm for the ANS versions of them, there may be other versions.
…
-
Hi,
the German Forth Conference will take place in Linuxhotel in Essen (https://linuxhotel.de) from 5.-8. April 2018.
Day 0 (Thursday) will have tutorials and possibly a Forth Standard meeting, …
-
esp32forth.ino fails to compile, because the src folder has not been provided;
```
#include "src/ceforth.h"
```
-
A review showed that implementing a very basic "MODBUS Client" based on UARTISR. The use case is application programming oriented and is thus very similar to writing application oriented MODBUS Server…
-
A MODBUS board with the name "modbus_relay8 v1.2" arrived a few days ago:
![image](https://user-images.githubusercontent.com/5466977/118179562-bfdb0380-b435-11eb-83f9-9bac45d34676.png)
It has an STM…
-
Brad,
I need more help and examples for setting up the web server and pages.
Adrian
-
以截至23-3-6的版本为例(源码中好像版本信息),比如:
2+ 3*
这两个本是未定义的非法词,但是,会正常输入2和3
以本人自己的尝试体会看,搞不好还是得先处理好诸如0.1+0.2!=0.3、所谓深拷贝浅拷贝之类的问题,根据这个想法,那么,提前使用xe-utils.js、jQuery及其jQueryUi,包括codemirror、decimal.js在内的第三方库。所以,jef…
-
First, consider the question whether we could remove `0=` from the assembly and implement it in forth code instead, just using functionality built on top of `+` and `nand`.
I'm pretty sure the answ…
-
I have uploaded the code using dfu -D build.dfu. Success and reported that ttyACM0 is available. dmesg also reports ttyACM0 is available. Attempts to communicate with minicom fail. device /dev/ttyACM0…
-
We need 16-bit arithmetic because pointers (addresses, vectors) need to be of the same size as values.
This is necessary to make reference programs work (self-interpreter, 99 bottles) and for simp…