https://github.com/wa1tnr/camelforth-m0-pro-a-u
Camelforth in C by Dr. Bradford Rodriguez - for Arduino M0 Pro 2017-ish - SAMD21G18A MCU
https://github.com/wa1tnr/camelforth-m0-pro-a-u
arduino arduino-ide-2 arduino-m0-pro atsamd21g18a camelforth forth samd21 text-interpreter
Last synced: 3 months ago
JSON representation
Camelforth in C by Dr. Bradford Rodriguez - for Arduino M0 Pro 2017-ish - SAMD21G18A MCU
- Host: GitHub
- URL: https://github.com/wa1tnr/camelforth-m0-pro-a-u
- Owner: wa1tnr
- Created: 2023-07-04T13:08:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T03:03:26.000Z (over 1 year ago)
- Last Synced: 2025-02-10T00:28:23.923Z (4 months ago)
- Topics: arduino, arduino-ide-2, arduino-m0-pro, atsamd21g18a, camelforth, forth, samd21, text-interpreter
- Language: C
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tue 4 Jul 12:39:05 UTC 2023
CamelForth in C
Arduino IDE 2.1.1 xwayland (xeyes follows it) Debian bookworm amd64
Compiles 'visually' clean in the IDE (did not check warnings from defaults yet).
Runs on Arduino M0 Pro (vintage unit on-hand). May be significant
undiscovered errors. Recent work was to get the .S word (dots)
working semi-correctly.The hard part is figuring out where Arduino and C++ specific things
get their data from - passing parameters and such between the two
very distinct domains (Camelforth, in C, is compiled likely to an
object file, very much like an included .s assembler file would be).Good enough to download, compile and try for yourself.
Seem to be doing a lot of ARM + Arduino IDE ports of this program,
lately. ;)TODO: markdown this file at least a little ;)
END