Csaba Fekete
Csaba Fekete
Does the above work in XC=BASIC now? I haven't yet had the time to test it out.
> Any update on this? Does it mean we can expect `READ#` and `WRITE#` to work on PETs any time soon? 😃 Due to the lack of unified KERNAL API...
Thank you both for your work on investigating this. I scheduled implementing LOAD/SAVE for PET in version V3.2.0.
I had this in my mind for a while but I haven't yet found a good way to implement it. The easy implementation would be to simply have the machine...
I think there are multiple possible improvements here: - Allow allocating STATIC SUB/FUNCTION parameters on ZP, e.g. `SUB example (param AS BYTE FAST) STATIC` - note this won't reuse an...
The `OPEN` command calls the same KERNAL functions as CBM BASIC does, there's no need for additional support. Does the same command work for you in CBM BASIC?
Can you suggest a testing plan with Vice? I've never done serial port communication. Thanks
For those, like me, who attempted to install the plugin manually and got an error. Unzip the downloaded file first. There will be another zip file inside. That is what...
Great, thanks. I can implement `LOCATE` for the PET once we have the ROM address for all targets.
Thanks! This is why many I/O commands aren't implemented for the PET, which does not expose a consistent KERNAL API. The second approach seems easy though, I'll give it a...