flashforth
flashforth copied to clipboard
FlashForth development
- assembler tests for definition of NVMADR now instead of an specific PIC before it sets the register - UTXEN wasn't set for UART2 - corrections where .if conditions werent...
Minor changes to get ff-shell.py working on Python 3. (Revised script is called ff-shell3.py at the moment). Also changed: - Fixed errors messages to show serial device rather than default....
I came across [Optiforth](https://github.com/bitflipser/OptiForth) , which is much what I was after a few years ago, and thought i might put this back on the radar, if you are ever...
Hello, this is a simple (sleep 300ms after each line) FlashForth shell implementation for GNU Emacs, it works well with `forth-mode` from `gforth.el`, which let you send a file to...
https://stackoverflow.com/questions/6024952/readline-functionality-on-windows-with-python-2-7 have to install pyreadline, then readline exists in ffshell also replace + with , in print line 49 comport is "COM80" not "80" probably need an ansi console in...
https://github.com/oh2aun/flashforth/blob/6c5643999cc78383dd377d84668916ca55639247/avr/forth/asm.txt#L17-L18 can be: >r over xor r> and xor ; demonstration: ``` : x rot over invert and rot rot and or ; ok : y >r over xor r>...
For protocol conformance, send no more bytes than requested for GetDescriptor requests. This was causing enumeration errors on macOS, at least.