Stefan Lenz

Results 14 comments of Stefan Lenz

Check also availch() mechanism on keypad input string length is always 1 with a NULL character inputed

Transparent interrupt handling from BASIC is on my list for version 1.4. I will complete 1.3. and release it in a while and then start to work on this. It...

Can you describe what you need / want? If I understand the use case I would be able to do something right away. > Am 19.07.2022 um 14:43 schrieb Encom...

Super! Can you send me the code with the interrupt routine? I would like to take a look at it. Currently I mostly work on hardware but will return to...

That is pretty brutal. It works because most of the interpreter logic is stateless and xbreak() only changes „here“ i.e. the program execution cursor. This works almost always.There may be...

The difference between the hardware guy and the software guy. Sent from my iPhone > On Oct 16, 2022, at 1:40 AM, Encom Lab ***@***.***> wrote: > >  >...

That is the most complicated part of the code, and also admittedly the worst. I will give you a hint later and write something down. Struggling with this myself from...

To return a string, there are two methods. One is generating a function and integrate it to the stringvalue() function. In the version 1.3 code an example would be the...

I have just implemented and pushed the @x$ feature. If you like you can pull the newest basic.c and play with it. Best Regards, Stefan > Am 26.08.2022 um 07:26...

cool congrats! Sent from my iPhone > On Aug 27, 2022, at 10:34 AM, Kongduino ***@***.***> wrote: > >  > Hi! In between I managed to make it work,...