Skip to content

XPUTCWD (chdir)

Description

Change current process directory

Input

A & Y the 16 bits values (string with \0)

Output

N/A

Example

    .include "telestrat.inc"

    lda        #<str
    ldy        #>str
    BRK_TELEMON XPUTCWD
    rts
str:
    .asciiz "/etc"

See chdir macro from orix-sdk to use it


Last update: 2024-02-15