home *** CD-ROM | disk | FTP | other *** search
- extrn .fcwild, .fncpy
- ;
- ; next output file name. Copy hl^ to de^, then update from
- ; bc^. Thus all wild areas in entry hl^ are filled in with
- ; the actual chars in entry bc^. For wild card copy operations
- ; normally bc is the input fcb, hl the output pattern (with
- ; wild cards), and de points to the actual output fcb.
- ; a,f
- .nxtout::
- call .fncpy
- push h
- mov h,b ! mov l,c
- call .fcwild; update wild fields
- pop h
- ret
- ìN