chdir and friends

This commit is contained in:
rumbledethumps
2025-10-15 23:41:44 -07:00
parent f744f0b8a0
commit 815135f716
7 changed files with 110 additions and 0 deletions

14
libsrc/rp6502/chdir.s Normal file
View File

@@ -0,0 +1,14 @@
;
; Ullrich von Bassewitz, 2003-08-12
;
; int __fastcall__ chdir (const char* name);
;
.export _chdir
.import __syschdir
;--------------------------------------------------------------------------
_chdir = __syschdir