home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource3
/
110_01
/
fixccc.asm
< prev
next >
Wrap
Assembly Source File
|
1984-03-04
|
768b
|
18 lines
;
; Modified 8-13-81 changed setnm to correct wild card expansion
;****************************************************************
;****************************************************************
;************* Be sure to change addresses in bds.lib ***********
;*************** if you change ccc.asm ---CAF *****************
;****************************************************************
;****************************************************************
;modified segment in ccc.asm to allow wild cards to work right
setnm: push b
ldax d
cpi '*' ;wild card?
mvi a,'?' ;if so, pad with ? characters
jnz setnm2
inx d ;bump past nathan so *.c doesn't mean *.*
jp pad2