davervw / c64-io_monitor

Commodore 64 Kernel I/O entry point monitor utility
https://techwithdave.davevw.com/2021/12/trace-c64-io-kernal-jump-table-calls.html
MIT License
22 stars 3 forks source link

IEC calls #11

Closed polluks closed 2 years ago

polluks commented 2 years ago

"I'd like to see it do the low level IEC calls, but the Kernal doesn't use the vectors." https://github.com/jkotlinski/durexforth/discussions/388#discussioncomment-1870991

Whammo commented 2 years ago

I think that if I stumble upon some code that calls TALK, UNTALK, and etc. it will log them.

davervw commented 2 years ago

I'm absolutely interested in the low level IEC calls too, but maybe in another utility, or incarnation (another branch?). But maybe not in the current phase of development. Also interested in general IEC analyzer from the outside too (arduino, etc.) Punting on this for now.