Rob Probin
Rob Probin
Upvote for this feature. It's probably a pain to implement, but i think it lowers the barrier to entry, and makes quick jobs avoid adding a converter - **especially** on...
Leahneukirchen wrote: > When I filed this issue, I didn't realize one has to implement (significant parts of) a USB stack. So I can understand it's not so easy. ;)...
> USB CDC console support has been added to the `full_usb` build of zeptoforth 1.0.0 on the RP2040, just so you guys know. What did you have to do to...
@ctrilsbach The Forth 1994 ANSI standard uses S" and C" https://www.greenarraychips.com/home/documents/dpans94.pdf The Forth 2012 Standard also uses S" and C" https://forth-standard.org/ The equivalent for ," is C" in standard compliant...
More info: A.3.1.3.4 Counted strings Forth 94 moved toward the consistent use of the "c-addr u" representation of strings on the stack. The use of the alternate "address of counted...
@ctrilsbach I've just check Forth-79, Forth-83 and Fig-Forth and I don't see ," defined in those standards (and I also checked and Jupiter Ace Forth and gForth). As @tabemann said...
@ctrilsbach - I have those books. I'll have to check them. Potentially storing a raw counted string with a word ." in interpreted mode wouldn't be too hard to add...
I'll check on a real next.
Works for me on a real Spectrum Next. Suggest I close this as an ZEsarUX emulator bug as you suggest.  
This is on the RP2040 ...