KERNAL Test

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

KERNAL Test

Post by rje »


This is a small, proof-of-concept C program which tests KERNAL functions on the X16.  




Routines currently tested:





  • chrout


  • memtop, both read and write


  • membot, both read and write


  • setnam


  • setlfs


  • load to RAM


  • load to VERA (well, sort of)


  • set time and read time




It uses CC65's library to set registers and invoke routines. 




The source code is here: https://github.com/bobbyjim/x16-kernal-test



Added SETTIM and RDTIM


Attachments
KERNAL Test
KERNAL Test
Screen Shot 2021-10-19 at 10.24.06 PM.png (19.37 KiB) Viewed 412 times

[The extension est has been deactivated and can no longer be displayed.]

TEST1.BIN
KERNAL Test
(258 Bytes) Downloaded 94 times
PETFONT.BIN
KERNAL Test
(2 KiB) Downloaded 92 times
Post Reply