SamCoVT
SamCoVT
Is there any preference for the name of such a command? I was thinking "continue" but perhaps "run" would be better?
The issue with `return` is that it stops at the next `RTS` or `RTI` where I want to run until the next breakpoint.
`go` sounds pretty good. I was trying to find a name that didn't start with the same letters as any of the other commands (`go` has the same start as...
I'll second the request for specific steps to reproduce this bug, as I am currently playing with that section of code myself.
I've been able to recreate this issue and determine the problem. It's caused when the "stdin" being used by the monitor is not a pty (eg. when it's being redirected...
I've helped Druzyek from the 6502 forums shrink Tali down to under 16K. It actually wasn't that hard. I removed (commented out) block support, both editors, the assembler, and a...
I think it makes sense to organize the ANS words around the ANS wordsets. If you don't need block support, you can remove all of the block words. If you...
generate_wordlist.py may need to be made smarter if we have optional words. If it can't find the xt_ and z_ labels it currently gacks. It should gracefully report that the...
#260 appears to be working nicely and is a good step towards closing this. The ability to make 24K images (well, images that were the exact right size, really) was...
Just a note for me: If the BLOCK support is removed, the 1K buffer can also be removed. See the constants in `cold_zp_table:` in native_words.asm - the first one could...