SamCoVT

Results 93 comments of SamCoVT

Hi wkjagt - I just wanted to give you an update that Tali Forth 2 development will be moving over to my repository shortly as I am taking over development...

Hi wkjagt - I have my repository all set up and have already pulled this pull request through to my repository and merged it. You will want to change your...

Hi @wkjagt. Thank you for opening an issue and your sleuthing work to find the root cause. That's a good catch. We have two master branches (for two different assemblers...

No problem - just let me know when you'd like me to take a look at it.

Is this one ready to go? The labels should make this more robust in the event things get moved around in zero page. The wordlist variables will need to stay...

That's a good point. `spaces` has already been modified to reload A to accommodate `kernel_putc` that destroys A (I think that was the only word that was using `kernel_putc` in...

It might not be ridiculous to hook it up, but we'll need to document how the linkage works. The other routines get/put the char in A and Tali gets/puts them...

Standard FORTH is to have `key?` return a flag and `key` actually fetch the character (with blocking I/O if none is available). The "kernel_xxx" functions currently do not interact with...

I suspect this is an issue with using hard constants and the shuffling of things into the "RAM system variables". The comments seem to indicate the desire was to save...

Do you want to fix MAKER or should I add it to my list?