Updated the cx16 library to the ROM's prerelease 36.

This commit is contained in:
Greg King
2020-01-10 15:17:23 -05:00
parent 244dc358e5
commit b66f7272af
19 changed files with 357 additions and 214 deletions

16
libsrc/cbm/c_settim.s Normal file
View File

@@ -0,0 +1,16 @@
;
; 2020-01-08, Greg King
;
; void __fastcall__ cbm_k_settim (unsigned long timer);
;
.export _cbm_k_settim
.importzp sreg
.include "cbm.inc"
.proc _cbm_k_settim
ldy sreg
jmp SETTIM
.endproc