Gibt es eine Übersicht über die Kernal Routinen des Mega65? Ich suche z.B. die Routinen für das Löschen des Bildschirms und den Wechsel der Vor- und Hintergrundfarbe.
Kernal Routinen
- wins4
- Thread is marked as Resolved.
-
-
Here are some Kernal API information regarding various Commodore machines, including C65: https://www.pagetable.com/?p=926
-
Wow, perfect, thanks a lot.
-
Basicstart in C65 mode is $8100 or $8101?
-
Basicstart in C65 mode is $8100 or $8101?
$2001 (8193) by default, but you can manually set it lower, even as low as $1301, because the memory in between is not used (exactly like on the C128, where it is called as "Application Program Area"). This way one can gain almost +3K more for Basic program size (or use it up for ML code instead).