0 Members and 1 Guest are viewing this topic.
1) What RAM pages can I use within programs without having any bad consequences?
2) When an appvar is less than 16kb and is archived, will it all be on the same ROM page?
3) Can you interface with headphones beyond simply sending them signals with the ring and the tip? If so, how?
Quote from: Sue Doenim on February 16, 2019, 05:07:27 pm1) What RAM pages can I use within programs without having any bad consequences?Even numbered pages are execution protected by default, so executing code here will crash your calc. That said, you can definitely store data. On the calcs with USBs, page 83h has some data that should be preserved or restored in the first 128 bytes. Just remember that any OS routines that interact with memory or variables expect the right pages to be there.Ram Pages (WikiTI)
Quote from: Sue Doenim on February 16, 2019, 05:07:27 pm3) Can you interface with headphones beyond simply sending them signals with the ring and the tip? If so, how?I don't know what you mean by this, sorry :| If you want to use headphones, you have to interact directly with port 0.
What do you mean by the edit buffer? Edit buffers can be fairly complicated to work with.