home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
bbs
/
comm
/
cyberpager-1.5.lha
/
CyberPager
/
source
/
rexx
/
debug-ps.cpr
next >
Wrap
Text File
|
1993-06-13
|
279b
|
13 lines
/* setup cpr to debug pager-support-debug.library */
options results
'display *(PagerSupportBase+34)<<2 "%d"'
seglist = strip(result,'T',"0a"x)
'symload seg' seglist '"src:pager/library/pager-support-debug.library"'
'opt search + "src:pager/library"'
'opt reslib on'
exit(0)