Mercurial > hg > Members > kono > nitros9-code
comparison level1/cmds/copy.asm @ 823:357c62d55b8f
Changes
author | boisy |
---|---|
date | Tue, 14 Jan 2003 00:09:22 +0000 |
parents | 92e1ff829e97 |
children | d5c84431e734 |
comparison
equal
deleted
inserted
replaced
822:83e3677c8b1f | 823:357c62d55b8f |
---|---|
252 cmpa #C$COMA comma? | 252 cmpa #C$COMA comma? |
253 beq PlugIt branch if so | 253 beq PlugIt branch if so |
254 bra L038B else get next char | 254 bra L038B else get next char |
255 PlugIt leax 1,x go forward 1 | 255 PlugIt leax 1,x go forward 1 |
256 PlugIt2 ldy <wfileptr get address past xxxx/ (specified by -w=) | 256 PlugIt2 ldy <wfileptr get address past xxxx/ (specified by -w=) |
257 lbsr StrCpy copy filenamme | 257 lbsr StrCpy copy filename |
258 std <wfilelen save file length | 258 std <wfilelen save file length |
259 lda #C$CR get CR | 259 lda #C$CR get CR |
260 sta ,y and terminate | 260 sta ,y and terminate |
261 * ldx <wopt | 261 * ldx <wopt |
262 * stx <wfileptr | 262 * stx <wfileptr |