Johan Kotlinski
Johan Kotlinski
Also... yes, I can see that there is some overhead with the FIND-NAME calls. But what is the performance impact in % ? 32 cycles does not sound like a...
I am closing then, for reasons stated above. Thanks for the contribution anyway! Much appreciated!
Seems to be one at http://forth128.blogspot.se/
Hi! Wow, that's very exciting and impressive! I had a glance, and at least so far, it looks like not many changes were needed? If it's not more, it would...
~~I'm not fully aware what fast/slow does? I mean... "fast" sounds nicer than "slow" but I suspect there are circumstances when it cannot be used? :-)~~ I read up on...
Humm, yeah I must admit I'm not really a fan of adding `[if]` `[else]` `[then]` words. Most of the times, those words are not really needed and take up space...
About float.fs: It does not really work on C64 either, so don't worry about it! It's just a fun, undocumented hack. I added a comment to underline that further. About...
By the way, what is the exact repro?
Maybe you need to specify drive number when opening the files? I have some vague memory that the C128 is weird or particular about this. Not that it should matter......
@rhalkyard I think I got it working by calling `CLRCHN` before each file switch!