Search found 64 matches
- Wed Jun 22, 2022 1:55 am
- Forum:
- Topic: Adventures in File IO and Commander X16
- Replies: 33
- Views: 8156
Adventures in File IO and Commander X16
<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="20519" data-ipsquote-contentid="3330" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1655835005" data-ipsquote-userid="1521" data-ips...
- Tue Jun 14, 2022 10:27 am
- Forum:
- Topic: Moving to R39
- Replies: 31
- Views: 10293
Moving to R39
<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="20294" data-ipsquote-contentid="2584" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1655173134" data-ipsquote-userid="73" data-ipsqu...
- Fri Apr 01, 2022 9:33 am
- Forum: Official Announcements
- Topic: Emulator r39 Released
- Replies: 69
- Views: 23964
Emulator r39 Released
What happens if you open and close the command/status channel instead of a file?
- Fri Apr 01, 2022 5:42 am
- Forum: Official Announcements
- Topic: Emulator r39 Released
- Replies: 69
- Views: 23964
Emulator r39 Released
<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="18663" data-ipsquote-contentid="2580" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1648766002" data-ipsquote-userid="833" data-ipsq...
- Thu Mar 31, 2022 7:09 pm
- Forum:
- Topic: Moving to R39
- Replies: 31
- Views: 10293
Moving to R39
I have upgraded my commander-r39 branch to the new Kernal code. I haven't pushed it to master yet because I have problems with file loading. Programs that want to load dynamic drivers can't get them. I haven't investigated it yet. <a href="https://github.com/greg-king5/cc65/tree/commander-r39" r...
- Thu Mar 31, 2022 6:30 pm
- Forum: Official Announcements
- Topic: Emulator r39 Released
- Replies: 69
- Views: 23964
Emulator r39 Released
You should call cbm_k_clrchn() <em>before</em> you call cbm_k_close(). It's the opposite of when you started to use the file: <ol> <li> OPEN the file, </li> <li> connect to the file. </li> </ol> When you're finished, you must: <ol> <li> disconnect from the file, </li> <li> close the file. </li> </o...
- Sat Mar 12, 2022 1:12 am
- Forum:
- Topic: Interpreting READST values when reading serial files in assembly
- Replies: 4
- Views: 1149
Interpreting READST values when reading serial files in assembly
Tape files are opened by Kernal. Therefore, OPEN can know when they can't be found. But, Kernal asks DOS to open disk files. Therefore, OPEN can't know about them. With READST, bits 6 and 1 aren't connected to each other. It's a coincidence if bit 6 happens to be set when bit 1 is set. Always ...
- Fri Dec 24, 2021 3:53 am
- Forum: Introductions
- Topic: Assembly: How to save RAM, and how to print RAM to the screen
- Replies: 15
- Views: 5321
Assembly: How to save RAM, and how to print RAM to the screen
<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="16672" data-ipsquote-contentid="2150" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1640302481" data-ipsquote-userid="1521" data-ips...
- Thu Dec 23, 2021 8:00 pm
- Forum: Introductions
- Topic: Assembly: How to save RAM, and how to print RAM to the screen
- Replies: 15
- Views: 5321
Assembly: How to save RAM, and how to print RAM to the screen
What kind of data do you want to put in a file? <ol> <li> Some text before it's printed. </li> <li> Or, something that you programmatically formatted and printed onto the display screen? </li> </ol> (If it's the second kind, then you will have screen-codes in VRAM, not PetSCII in main RAM.)
- Thu Dec 23, 2021 7:09 pm
- Forum: Introductions
- Topic: Assembly: How to save RAM, and how to print RAM to the screen
- Replies: 15
- Views: 5321
Assembly: How to save RAM, and how to print RAM to the screen
<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="16659" data-ipsquote-contentid="2150" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1640280131" data-ipsquote-userid="15" data-ipsqu...