This commit is contained in:
rumbledethumps
2025-12-06 11:38:27 -08:00
parent 18f084eafb
commit 328f7e6a43
7 changed files with 51 additions and 59 deletions

12
libsrc/rp6502/localtime.s Normal file
View File

@@ -0,0 +1,12 @@
;
; struct tm* __fastcall__ localtime (const time_t* timep);
;
.export _localtime
.import __localtime
;--------------------------------------------------------------------------
_localtime = __localtime