Mercurial > hg > Members > kono > nitros9-code
comparison level1/cmds/attr.as @ 2790:19517af71188 lwtools-port
Added __start
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sun, 27 Jan 2013 08:01:00 -0600 |
parents | 28b6ec8a14d5 |
children | a52a60c66f5a |
comparison
equal
deleted
inserted
replaced
2789:3012d4990f57 | 2790:19517af71188 |
---|---|
62 fcc "ERROR; the directory is not empty" | 62 fcc "ERROR; the directory is not empty" |
63 fcb C$CR | 63 fcb C$CR |
64 Attrs fcc "dsewrewr" | 64 Attrs fcc "dsewrewr" |
65 fcb $FF | 65 fcb $FF |
66 | 66 |
67 start stx parmptr save param ptr | 67 __start stx parmptr save param ptr |
68 clr u0007 | 68 clr u0007 |
69 com u0007 | 69 com u0007 |
70 * Open file at X as file | 70 * Open file at X as file |
71 clra | 71 clra |
72 os9 I$Open open file on commandline | 72 os9 I$Open open file on commandline |