-
Using the EEPROM to store dictionary entries can free up more than 500 bytes of Flash memory for application software on a Low Density device - a non-negligible amount.
Since no code can be execute…
-
In August of 2018 I ordered 3 XH-W1219 boards from an eBay vendor single2000 and they came with the Nuvoton N76E003AT20 chip. There were also some changes in the power diode which is an smd and resist…
-
As far as the first FORTH command to create, I suggest we make a simple word, "report", which forces the spacecraft to return the current IO contents in the middle of a program. Right now it waits for…
-
As you know, we've been using embed to support a multiplayer space game in which player's use FORTH to program their drones. We're at the point were we would like give the interpreter control of in g…
-
Not sure if it's appropriate for the "Software Status" page on this wiki, but I have ported my Forth to RISC-V. It targets the RV32IM instruction set, version 2.0. There's a Forth-flavoured RISC-V a…
-
[embed.c.txt](https://github.com/howerj/embed/files/1952043/embed.c.txt)
[vm.c.txt](https://github.com/howerj/embed/files/1952044/vm.c.txt)
Hi Richard, we have started to integrate EMBED in ou…
-
M. Mahlow reported what appears to be an old STM8 eForth bug:
`1 PICK` equals `DUP`
The correct behavior is:
* `0 PICK` equals `DUP`
* `1 PICK` equals `OVER`
Note: the correction is a bra…
-
\ Trying to trim HSI I had a defective device with 3 identical lowest frequencies verified on scope. Now it works! Still a useful excercise.
\ eForth on STM8S103F3 running MINDEV
\ en.CD00208721.pdf…
-
Hello,
This is just a general comment, not an issue.
At the moment I am hesitant to try the new Evolution because it sounds like some Evo bread and butter things like Ditto, PHx et al are not w…
nick0 updated
6 years ago
-
I have a strange issue with the W1209 thermostat code.
Not sure if it's bug or just a missing step from my side, so this is just a question.
Summary: after uploading W1209 code display shows "rand…