Posted By
Harry Potter on 2024-05-08 07:32:33
| Re: cc65 : questions, answers and experiences
The reason the first two bytes are dropped out is because the kernal LOAD routine treats the file as a program. You need to use cbm_open()/cbm_read()/cbm_close().
|