Subversion Repositories Kolibri OS

Rev

Rev 3804 | Rev 3814 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3804 Rev 3813
Line 143... Line 143...
143
        mcall   30, 1, s+5              ; set working directory
143
        mcall   30, 1, s+5              ; set working directory
144
        mcall   30, 2, s, 256           ; and read it again
144
        mcall   30, 2, s, 256           ; and read it again
Line 145... Line 145...
145
 
145
 
146
        invoke  con_write_asciiz, str_lcwd
146
        invoke  con_write_asciiz, str_lcwd
147
        invoke  con_write_asciiz, s
147
        invoke  con_write_asciiz, s
Line 148... Line 148...
148
        invoke  con_write_asciiz, str4  ; newline
148
        invoke  con_write_asciiz, str_newline
Line 149... Line 149...
149
 
149