home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
new
/
amigalibdisks
/
d992
/
cyberpager
/
source
/
rexx
/
debug-ps.cpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-05
|
279 b
|
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)