home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sources / hp48 / 320 < prev    next >
Encoding:
Text File  |  1993-01-25  |  18.8 KB  |  380 lines

  1. Newsgroups: comp.sources.hp48
  2. Path: sparky!uunet!destroyer!gatech!concert!seq!spell
  3. From: Detlef Mueller <detlef@dmhh.hanse.de>
  4. Subject:  v08i024:  cat.rh - CAT v2.0 - A little catalog collection (YAF v2.0 & YAC v2.0), Part01/01
  5. Message-ID: <1993Jan25.205905.8940@seq.uncwil.edu>
  6. Followup-To: comp.sys.hp48
  7. Sender: spell@seq.uncwil.edu (Chris Spell)
  8. Organization: Univ. of North Carolina @ Wilmington
  9. Date: Mon, 25 Jan 1993 20:59:05 GMT
  10. Approved: spell@seq.uncwil.edu
  11. Lines: 371
  12.  
  13. Checksum: 2221320018 (verify with brik -cv)
  14. Submitted-by: Detlef Mueller <detlef@dmhh.hanse.de>
  15. Posting-number: Volume 8, Issue 24
  16. Archive-name: cat.rh
  17.  
  18.  
  19. BEGIN_RDME cat_rh20.rdm
  20.  
  21.     Hi all.
  22.  
  23.     This is version 2.0 of the catalog collection, including YAF v2.0 and
  24.     YAC v2.0. I'm posting this article for a friend of mine who has no net
  25.     access. Please send any response to me, I'll forward it to him.
  26.     Enjoy,
  27.         8-Detlef
  28.  
  29. END_RDME
  30.  
  31. BEGIN_DOC cat_rh20.doc
  32.  
  33. Hi everybody.
  34.  
  35.  From time to time I want to take a brief view upon the 48's flags or the
  36. character set, so here're two little utillities (written on a ROM rev E
  37. HP48):
  38.  
  39.     FC : THE HIGH SPEED FLAG BROWSER
  40.     and CC : THE HIGH SPEED CHARACTER SET CATALOG
  41.  
  42.     FC & CC (c) 1992,1993 by Raymond Hellstern, voice: +49 511 661011
  43.  
  44.     Permission to copy this article is granted provided that the copies are
  45.     not made or distributed for resale (excepting nominal copying fees).
  46.  
  47.     FC & CC are distributed in the hope that they will be useful, but
  48.                       WITHOUT *ANY* WARRANTY.
  49.  
  50. Release notes:
  51.   1.0    1st working version
  52.   1.1    Improved CC
  53.  
  54.   2.0    CC & FC have been modified to display VERYVERY fast. There is no built
  55.     in GROB. Instead, CC reads the internal pixel data for the characters
  56.     and smashes it into the display. The machine code routine to do that
  57.     is about 200 bytes in size. 
  58.     FC has its own packed font (25 bytes!). The central display routine
  59.     displays all 64 system- or userflags with a box char beneath if the
  60.     corresponding flag is set. This machine code routine is about 250
  61.     bytes in size.
  62.  
  63. Features :
  64.     - stand-alone programs (NOT a Library !)
  65.     - high speed programs including fast key repeat
  66.     - relative small: FC ~2640 bytes in size and CC ~1230 bytes in size
  67.     - pure sys-RPL with embedded machine code
  68.     - HP-like standard applications (but much faster)
  69.  
  70. When downloaded onto your HP48 and ASC->ed, try pressing <FC> or <CC>.
  71.  
  72. In FC you'll see a map of all 64 system flags in coloumns of 8. Some of them
  73. may marked with a little box appearing right of the number. This means the
  74. corresponding flag is set. One flag number is highlighted. You can move
  75. through the map with the arrow keys. If you hold down one of the arrow keys,
  76. it will repeat until you release it. The ON-key exits the program, <BLUE><ON>
  77. turns the calc off.
  78.  
  79. There are four menu keys available:
  80.     +/-     toggles the state of the highlighted flag.
  81.     USER    switches to the user flags. Now the key is labeled 'SYS', 'DESC'
  82.             disappears.
  83.     DESC    switches to description mode. Now the key is labeled 'ALL', 'USER'
  84.             disappears.
  85.     ABOUT   shows the copyright message
  86.  
  87. In description mode the meaning of the system flags are displayed, eight at
  88. the time. Also only UP and DOWN , the '+/-', 'ALL' and 'EXIT' menu keys, the
  89. ON-key, and the <BLUE><ON> combination are valid.
  90.  
  91. In 'USER' flag mode, no decriptions are available (Who needs ?).
  92.  
  93.  
  94. In CC you'll see a map of 128 characters in the small font along with some
  95. more information for the highlighted char. You can move through the map with
  96. the arrow keys. If you hold down one of the arrow keys, it will repeat until
  97. you release it. The ON-key exits the program, <BLUE><ON> turns the calc off
  98. and <ENTER> fetches the char number (tagged with the char) to the stack.
  99.  
  100. There are two menu keys available:
  101.     SWAP    swaps between the upper/lower half of the char set.
  102.     BIN     toggles the char code display from real/hex to binary and back.
  103.  
  104. My credits go to Bill Wickes and James Donnelly for their honourable work on
  105. similar items, MODERBRO resp. FCLIB and CSCAT.
  106.  
  107. Bye,
  108.         Raymond Hellstern
  109.  
  110. P.S.    BTW: Now the STANDARD CAT Utility is ready ! I think it *IS* a good
  111.     alternative for the FILE BROWSER... I'll publish it ASAP.
  112.  
  113.     Features:
  114.         - ~8.5KB in size
  115.         - displays (up to) 21 (twentyone) items
  116.         - fast scrolling
  117.         - select items (one or all)
  118.         - get info on item
  119.         - read remote directory (even from another HP48)
  120.         - transfer subsystem via KERMIT (XY-Modem maybe later)
  121.         - 4 Help screens
  122.         - TWO independent windows (not shown at the same time,
  123.               but there's a switch to toggle windows)
  124.         - port catalog. You can examine any port and copy objects
  125.         - to or from any port
  126.         - execute a program. After the program has terminated, your're
  127.           back in the CAT shell
  128.         - shell out to the system loop (in other words: the stack)
  129.         - these features are optional; You can configure CAT
  130.  
  131.     And much more...
  132. END_DOC
  133.  
  134. BEGIN_ASC rh_fc.asc
  135. %%HP: T(3)A(D)F(.);
  136. "D9D20E1A81CB983E5E40D9D20CA03179E60D9D208DA16D9D20C8416E8F60B213
  137. 0D9D205304044B46FD6219FF30F30405E236B2130C9416E8F609F493B213079E
  138. 60D9D20D414074536F714074536E11D4B213079E60D9D20CAF065161600616CB
  139. 916D9D20C6416C2A16C8416E8F60B2130C9416E8F60B213079E60D9D2053621E
  140. 0416E0E30F80402CE30A6526C6416CB916D9D2044230D0040B21308341619626
  141. FED3086C365B0361704015036AA526F2911FF221E90169761115493B213079E6
  142. 0D9D205304044B46FD621E04169FF305E236F3040BD370E041647626F30400ED
  143. 3012270CBD308E920A3900C2A20100000400092000052796E636960716C60235
  144. F6C6574796F6E6920003597D626F6C696360234F6E6374716E6473772000E457
  145. D65627963616C60225563757C64737130002505C4D8025737563702449637163
  146. 73756D626C656279100075F627463796A75602139100075F627463796A756022
  147. 39100075F627463796A75602439100075F627463796A7560283B100075F62746
  148. 3796A756021363B100075F627463796A756023323910002494E402F627028454
  149. 8591000F4344502F62702845485720002505C402C69626271627970217579656
  150. 47B10003545B45302163647966756F000005F6C6162771000350786562796361
  151. 6C6310002516469616E637F000074271646379100023440234F6D607C6568773
  152. 00055E646562766C6F6770254873656074796F6E602542727F62753000F46756
  153. 2766C6F6770254873656074796F6E602542727F6279300094E66696E69647560
  154. 225563757C647A302B2F2D202135453030353000E45676E20255E646562766C6
  155. F6770294E64696361647F6275300005F637E20255E646562766C6F6770294E64
  156. 696361647F62792000F467562766C6F6770294E64696361647F6277300094E66
  157. 696E69647560225563757C6470294E64696361647F6273200035973735471636
  158. B6021636479667567200053F27302C6566756C6023747B60247F676510003797
  159. 37D2564696479200005162716D65647562796A756460205C6F64772000345727
  160. 6756026496C6C696E67602F466669100085F4250234572737F6271200094F2F4
  161. 0247F60294250205F62747D2000052796E6470247F6023556279616C60205F62
  162. 747910002496E61627970294F2F4120002554346502F46756277727964756130
  163. 0044F65726C656D235071636564602052796E64796E676F1000145747F602C49
  164. 6E656665656465200094F2F402D45637371676563702F46666F100034C6F636B
  165. 60244963707C61697F100023430284F657270234C6F636B6D2000545727F6075
  166. 616E602441647560264F627D61647930002507470214C61627D63702E4F64702
  167. 2556373686564657C65646730001436B6E6F677C656467656460214C61627D63
  168. 70235166756469200044963707C616970225F657E64696E67602139200044963
  169. 707C616970225F657E64696E67602239200044963707C616970225F657E64696
  170. E67602439200044963707C616970225F657E64696E67602839100064948502F6
  171. 270254E4749100035349402F6270254E474B2000642716364796F6E602D41627
  172. B60234F6D6D616B20003596E676C656D2C496E6560244963707C61697D200035
  173. 86F6770214C6C60205162756E647865637563751000E4F647025537564653000
  174. C41637470214277657D656E6473702E4F6470235166756463300024545405021
  175. 4E44402542727F627022456560702F466661200014C61627D6022456560702F4
  176. 6666D200065562726F6375602D45435351474543502F46666D20006416374702
  177. 34164716C6F6760244963707C616979100014C607861602C4F636B6120005537
  178. 562702D4F6465602C4F636B6520005537562702D4F6465602143647966756120
  179. 0065563647F62756460254E4455425D200094E646568702752716070294E6469
  180. 6361647F627D17304423008F11536213A04012270E0E3019626AB52697611433
  181. 70B21300CA30439F24CA3679E60D9D20C54168DA16FEF309FF30CCD201B1008F
  182. 146608148FD5F30CCCE8168FB97601F5C60794C5017FD8D0E45B0171818607CD
  183. 54FD232521D51BB5507146C910B134AC381843614F171AE781AF00AEB808A0C0
  184. 3407770540D281AF0C81963848D230A9E282858D16500E5B6A5AFA6AAEC7E908
  185. 1AF02D0AE47F80AC1818413AF281AF24A8681481AF24812A868128684181AF22
  186. A8681481AF22814154316F16F161A4D5AB16F16F16181AF10E481AF00A4F4606
  187. 03F11B818F23A4E460650F8D34150D6C6C6CA723025552322277471774747557
  188. 44717476175774211757577574707C213714313503B213079E60D9D20C2A2091
  189. 000251495D4F4E444723502C54168DA16C2A20D000055375627C2A2011000359
  190. 7374756D639150C2A20F10000264C616760234144514C4F47439150C5416CB91
  191. 6D9D20C2A20B000002020239150B213008F115362112040FEF3097611B213079
  192. E6003D4376040073E5954500D470D2B9353621FEF30B2040976116B316E8F609
  193. FF30F30405E236C9416E8F609F49379E60D9D205BE83B3A168E1A381093B2130
  194. 79E60D9D209FF303D816D9D2078636A6536D5040B1FF3D9D208870453715D504
  195. 0D9D20C9416E8F60E041683416CCD20040007910CE8AE01852D9CC8AC40D46CF
  196. 08FD5F30068FB9760D2308D50784203CA416E8F60B2130B2130F8040B1FF3D9D
  197. 2088704C6416BEB3653715F8040D9D20C9416E8F609FF30E0416CCD209000065
  198. 6F6272600616C9416E8F60B2130B213099040B1FF3D9D20887045371599040D9
  199. D20C9416E8F60E041683416CCD20730007C1FE68B901852E9E48BC40E0100109
  200. 8F92560872208D9D026CA416E8F60B2130B21303A040B1FF3D9D2088704C6416
  201. BEB36537153A040D9D20C9416E8F609FF30E0416CCD20900006E6F6272600616
  202. C9416E8F60B2130B2130C1B46B1FF3D9D208870418A3054616B2130D9D20CB41
  203. 6E8F60B2130B2130300403D816D9D20CB416E8F60B2130D00403D816D9D20C1B
  204. 4674536D9D20CB416E8F60B2130B21308523021EF3B2130DEBB047A2047A20C2
  205. A20B0000B2F2D2D9D20887049FF30E0416F29264762683416CBD30C54168DA16
  206. D9D20881309DE365573552735B21302ADE3C9416E8F60C6416CB916322305E23
  207. 6C9416E8F60B2130B213047A20D9D2088704C54168DA16FD550D9D20C64168DA
  208. 16C2A20B000014C4C4C2A20D000044543534B2130823A3B2130D9D2088704C54
  209. 16BEB36C64162FA308813053616CC416E8F60B2130B213047A20D9D2088704C6
  210. 4168DA16FD550D9D20C54168DA16C2A20B0000359535C2A20D000055355425B2
  211. 130823A3B2130D9D2088704C6416BEB369F493C54162FA30526166B316E8F60C
  212. 9416E8F609FF30F30405E236C9416E8F60B2130B213047A20C2A20F00001424F
  213. 45545D9D20887045304044B46FD621C2A20B20000202643402D20264C6167602
  214. 34164716C6F676B7421C2A20D20000234F6079727967686470272931302D2027
  215. 29333B8421C2A20B20000202251697D6F6E646028456C6C637475627E6B9421C
  216. 2A20D200014E49502B454950245F40234F4E44594E45554F1FE6E456F1485230
  217. C6416CC416E8F60B2130B2130B2130D9936C7416551361359346A83BEA837947
  218. 0B21308BE4077B8309B8344193B2130A775"
  219. END_ASC
  220.  
  221. BYTES: #577Ah 2639.5
  222.  
  223. BEGIN_UU rh_fc.uue
  224. begin 644 rhfc
  225. M2%!(4#0X+46=+>"A&+R)X^4$G2W`"A.7;M#9`M@:UMD"C!3F^`8K,=#9`C5`
  226. M0+1DWR:1_P,_0%`N8RLQP$EACF^03SDK,7#I!ITMT!0$1S7V%P1'->8132LQ
  227. M<.D&G2W`^F`5%@9@8;P9UMD";!3&HF&,%.;X!BLQP$EACF^P$@.7;M#9`C4F
  228. MX4!A#C[P"`3"/J!68FP4QIMAG2U`)`,-0+`2`S@4%FEB[SV`QF.U,!8'!%$P
  229. MIEIB+QGQ+Q*>$)9G$5&4LQ(#EV[0V0(U0$"T9-\FX4!A^3]0+F,_0+`]!PX4
  230. M1F=B/T``W@,A<L#;`^@IH),`+"H0``!``)`"`%!R:6YC:7!A;"!3;VQU=&EO
  231. M;BD`,)77)O;&EC8&,O3F-D<7YD8W=P(`3G5M97)I8V%L(%)E<W5L=',Q`"`%
  232. MQ=0(4C=7-@="E#87-C=7UB;&5B:7`0!7;W)D<VEZ92`Q&0!P]29'-I>F5P8B
  233. MDP$`5V]R9'-I>F4@-!D`</4F1S:7IE<&@K,!`%=O<F1S:7IE(#$V&P!P]29'
  234. M-I>F5P8R(Y,!`$))3B!O<B!(15@9`/`T1`7R)@>"5(1U`@!24$P@;&EB<F%R
  235. M>2!Q=6EE=!L`,$6U5`,2-D:79E?V``!0;VQA<A<`,`6'5B:7-A;&-@$`4F%D
  236. M:6%N<P\`<"071C:7`0`R1"!#;VUP;&5X-P!0Y496)F?&]G8'4H0W5@9'E_;F
  237. M!E(D)_<F5P,`3W9E<F9L;W<@17AC97!T:6]N($5R<F]R.0"0Y&:6YI9&5P8B
  238. M5397QT:G`[+RT@(24U0#`U,#`$YE9RX@56YD97)F;&]W($EN9&EC871O<C4`
  239. M`/4VYP)2Y496)F?&]G8'DN1&EC861O<FEP(`3W9E<F9L;W<@26YD:6-A=&]R
  240. M-P"0Y&:6YI9&5P8B5397QT8'DN1&EC861O<F-P(`4WES4W1A8VL@86-T:79E
  241. M)P!0\W(#PE9F5\8&,D>W!D+W=E8!`'-Y<RUE9&ET*0``%287UE9&5R:7IE=&
  242. M!@+%]D9W`@!#=7)V92!&:6QL:6YG($]F9AD`@/4D!3)4)S?W)A<"`$DO3R!T
  243. M;R!)4B!0;W)T+0``)9?F1@="]P8R52:7%L8&`O4F1Y<!`$)I;F%R>2!)+T\A
  244. M`"!5-&0%\F17)G<GET97%@,`1&]U8FQE+5-P86-E9"!0<FEN=&EN9Q\`$%1'
  245. M]P;"E.969E961E8"`$DO3R!-97-S86=E<R!/9F8?`##$]C:V!D*4-@?'%I;W
  246. M`0`R-"!(;W5R($-L;V-K+0!05"?W!E<6Y@9"%$97!F+T)M<61I<#`%)P="!!
  247. M;&%R;7,@3F]T(%)E<V-H961U;&5D-P`0-+;F]G;'5D9V5D8&$L06)M<V!S(5
  248. M9E=&E@(`1&ES<&QA>2!2;W5N9&EN9R`Q*0!`E#8'QQ:6!R+U5N=&EN9V!B*3
  249. M`@!$:7-P;&%Y(%)O=6YD:6YG(#0I`$"4-@?'%I8'(O56YT:6YG8&@I,!`$9)
  250. M6"!O<B!%3D<9`#`UE`3R)@=2Y'2T`@!&<F%C=&EO;B!-87)K($-O;6UA*P`P
  251. ME>9VQE;6PI3F5@9"E#8'QQ:6UP(`4VAO=R!!;&P@4&%R96YT:&5S97,5`.#T
  252. M1@=2-5=&5@,`3&%S="!!<F=U;65N=',@3F]T(%-A=F5D,P`@5%0$!1+D1`12
  253. M)"?W)@<B5%8&!_)D9A8"`$%L87)M($)E97`@3V9F+0!@528G]C97!M)4-#45
  254. M=%0T!?)D9M8"`$9A<W0@0V%T86QO9R!$:7-P;&%Y&0`0Q`:'%@;"]#:V%@(`
  255. M57-E<B!-;V1E($QO8VLE`%`U5R8'TO1&5@82-$:79E<6`@!696-T;W)E9"!%
  256. M3E1%4BT`D.1&5H8'<B47!@>2Y$:6-A9&]R;7<0-$,@#X$34F,0H$(7+@X`.1
  257. M)J9;8GD603,'*S$`K`,T^4*L8Y=NT-D"7!2&K6'O/Y#_`\PM$!L`^$%F@$'X
  258. M73_`S(YA^)MG$%]L<$E<$/>-#4ZU$!<8:'#<1=\R4A)=L5L%%V2<`1M#RH.!
  259. M-!;T<:%^&/H`ZHN`"@Q#<'=0!"T8^L`8:8.$+0.:+BA8V&$%X+6FI:^FZGR>
  260. M@*$/TJ!.]PC*@8$4HR\8^D**AD$8^D(8HF@8@H84&/HBBH9!&/HB&!1%$_9A
  261. M'Q9*7;IA'_9A@:$?X(2A#Z#T9&`P'[$8^#)*3@96\-A#4=#&QL9Z,B!5)2,B
  262. M=W1Q1T=7=4071V=Q=4<2<75U5T<'QQ)S01-3,"LQ<.D&G2W`H@(9`"`5E-7T
  263. MY$1T,@7"16'8&L:B`@T`4#57)L>B`A$`,)4W1U?6-AD%+"KP`0`@1FQA9R!#
  264. M051!3$]'DU'`16&\&=;9`BPJL```("`@DU&P$@.`'U%C$B%`\/X#>1:Q$@.7
  265. M;@#3-&=``#=>650`30<MFU-C$N\_L`($>19A.V&.;Y#_`S]`4"YCG!3F^`;Y
  266. ME'/I!ITM4.LX.QJ&'CH8D+,2`Y=NT-D"^3\PC6&=+7!H8VHUU@4$&__3V0*(
  267. M!U1S45U`T-D"G!3F^`8.%(9#8<PM``0`EP'LJ`Z!)9W,J$S09/R`W_4#8/B;
  268. M9]`R@%UP2`+#2F&.;[`2`RLQ\`@$&__3V0*(!\1&8>L[5G-1CT#0V0*<%.;X
  269. M!OD_X$!AS"V0``!6]B8G!F!AG!3F^`8K,;`2`YE`L/$_G2V`>$`U%Y4)!)TM
  270. MP$EACF_@0&$X%,;<`C<`<!SOAIL06.+IA,L$#@$0D/@I98`G`MC9(,9*88YO
  271. ML!(#*S$P"@0;_]/9`H@'Q$9AZSM6<U&C0-#9`IP4YO@&^3_@0&',+9```.;V
  272. M)B<&8&&<%.;X!BLQL!(#'$NV\3^=+8!X0($Z4&1A*S'0V0*\%.;X!BLQL!(#
  273. M`T`PC6&=+<!+88YOL!(##4`PC6&=+<"Q9$<UUMD"O!3F^`8K,;`2`U@R(.$_
  274. M*S'0O@MT*D"G`BPJL```*R\MG2V`>$#Y/^!`82\I1F=B.!3&VP-<%(:M89TM
  275. M@!@#V3Y6=5,E-[42`Z+MPTEACF_`1F&\&38B`^4RQDEACF^P$@,K,4"G`ITM
  276. M@'A`7!2&K6'?5=#9`FP4AJUA+"JP``!!3$PL*M```$1%4T,K,8`R.BLQT-D"
  277. MB`?$16'K.\9&8?(Z@!@#-1;&3&&.;[`2`RLQ0*<"G2V`>$!L%(:M8=]5T-D"
  278. M7!2&K6$L*K```%-94RPJT```55-%4BLQ@#(Z*S'0V0*(!\1&8>L[ED\Y7!0F
  279. MKP,E%F8[88YOP$EACF^0_P,_0%`N8YP4YO@&*S&P$@-T*L"B`@\`$"3T5$75
  280. MV0*(!U0#!$1+]FT2+"JP`@`@($9#("T@1FQA9R!#871A;&]G>R3!H@(M```R
  281. M]`:7)Y=VAD8'<I(3`]("<I(SLT@2+"JP`@`@(%)A>6UO;F0@2&5L;'-T97)N
  282. MFR3!H@(M`!#DE`6R5)0%0O4$,O3D1)7D5%7T\6Y.91^$)0-L%,9,88YOL!(#
  283. F*S&P$@.=.<9'854Q%E,Y9(JSKCB7=+`2`[A.<+<XD(M#%#DK,0`K
  284. `
  285. end
  286. sum -r/size 49562/3671 section (from "begin" to "end")
  287. sum -r/size 33909/2648 entire input file
  288. END_UU
  289.  
  290. BEGIN_ASC rh_cc.asc
  291. %%HP: ;
  292. "D9D20E1A81CB983E5E40D9D2079E60D9D20E041683416CCD20810007590C4C4C
  293. 4C08DC7530C6416CBD30B213079E60D9D205161600616C9416E8F609F493B213
  294. 00CA3079E60D9D205362183416E0416CCD208300073207510818F06DC7900D98
  295. DE0F30C4D6C6CA037F25CCCED50386C365B0365304015036AA526F2911FF221E
  296. 9016976112DF83B2130736C10CA30FEF3018A304CA3679E60D9D20C2A2031000
  297. 03030303030303CC416E8F6034C35CC950BB045C6150C615039150BB72688130
  298. 5304021E2633750B2130D504079E6003D439EC16ADB46AAC35CA031C2A203400
  299. 0251495D4F4E444723502348414253554450234144514C4F474026523E203FD0
  300. 8F115362112040FEF3097611D2B9353621FEF30B204097611C2A20B0000537D7
  301. 3E44A35362111920E60007B04097611C2A20D00004594F402F4AE2AF01627F06
  302. 52CE211CE288130D004076D3643CE2A3B46CBD3057A50EE250E44A3536211192
  303. 0E6000A3B469761179E60D9D20D9D20CAD83B3A16FD550F8040C1C16C6416CCD
  304. 20B91008F146607481D232421D51BB5507146C913481868781A602136134D080
  305. 820781AF04AC0B4481AF0B81A404AF0318081A61229A6AAE8814814AE40C5EEA
  306. 6A81A6028148148FD58361471371791517D3CF8FE1121113130D231B4D5170AC
  307. 381843328AF255017A14FA668168160C5EEAF07380A76A76738081E81E7F602C
  308. 154116F16F161137E9135A4F5EAD22031E9D5136E9114A4C4606C1FCC4C2136D
  309. 231F7AE581A61AB6981A60A314BD5136C961EE8D34150AC1B4575000CAC10CA9
  310. AA9281E81E0E1AA4D5AE038DB976044230C9416E8F60B21305BE83B3A16CC416
  311. E8F6057A50C57468813000D11536211192067000D5040976119CEF2536211192
  312. 0C60005714042D4662B46E98368813000D11E9715B9F06E8E301192097000497
  313. 2659230636507104091D30CB916E0E305714053621CAF06976118E1A381093B2
  314. 13079E60D9D209FF303D816D9D2078636A6536D5040B1FF3D9D208870453715D
  315. 5040D9D20C9416E8F60E041683416CCD20D30007810CE8AEF0D9C5CC8AC40D46
  316. FE08FD5F3006768E20D230820D50703CB416E8F60B2130B2130F8040B1FF3D9D
  317. 208870453715F8040D9D20C9416E8F60E04169FF30CCD2090000627F44230834
  318. 16CB416E8F60B2130B213099040B1FF3D9D20887045371599040D9D20C9416E8
  319. F60E041683416CCD2012000782FE68B9F0E9C5E48BC40E06FC9CB416E8F60B21
  320. 30B21303A040B1FF3D9D2088704537153A040D9D20C9416E8F60E0416F3040CC
  321. D20900006E8F4423083416CB416E8F60B2130B21309E040B1FF3D9D2088704CC
  322. 416E8F6088130FBD813223057A50C574618E509CB04B2130C1B46B1FF3D9D208
  323. 870418A3054616B21307F700B2130300403D816D9D20D414074536F714074536
  324. E11D4B2130D00403D816D9D20C1B46745367F700B21308523021EF3B2130DEBB
  325. 047A2047A20C2A20D000035751405D9D2088704C9416E8F60B74939F493C5416
  326. 2FA3088130526168DA16FEF3001D4653616B2130B213047A20D9D2088704C2A2
  327. 0B00002494E4CA41699CE3B2130D9D2088704CA4162FA30576168E1A3B2130B2
  328. 13047A20D9D2088704CA41639916D9D205E2361204095236E44A3B213073C35C
  329. C416E8F60CC950BB045C6150C61501505333456B5250E44A3B21301DDF3B2130
  330. 47A20D9D2088704CA41639916D9D205E23612040F304033750E44A3B2130C2A2
  331. 07000052CC416E8F604E761BB72630040993361505339150E44A3B21301DDF3B
  332. 2130B2130D9936C7416551361359346A83BEA83C841679470F76C1B21308BE40
  333. 77B8309B8344193B21307261"
  334. END_ASC
  335.  
  336. BYTES: #1627h 1322
  337.  
  338. BEGIN_UU rh_cc.uue
  339. begin 644 rhcc
  340. M2%!(4#0X+46=+>"A&+R)X^4$G2UPZ0:=+>!`83@4QMP"&`!PE<#$Q,2`S5<#
  341. M;!3&VP,K,7#I!ITM4&%A`!;&26&.;Y!/.2LQ`*P#EV[0V0(U)H%#80X4QMP"
  342. M.`!P(W`5@($/UGP)T(GM\`-,;6RL,/=2S.Q=,&@\5@MC-4`0!6.J)?:2$?\B
  343. MX0EA>18A_3@K,7!C',`Z\/X#@3I`K&.7;M#9`BPJ,`$`,#`P,#`P,,P4YO@&
  344. M0SS%G`6[0,46!6Q1,!D%NR>&&`,U0"#A8C-7L!(#74!PZ08P39/.8=I+ILI3
  345. MK##!H@)#`"`5E-7TY$1T,@4RA!0D-55$!3(41!7$]'0$8B7C`O,-^!$U)A$"
  346. M!.\_D&<1+9M38Q+O/[`"!'D6P:(""P!0<WWC1#HU)A&1`FX`<`L$>1;!H@(-
  347. M`$"5]`3RI"[Z$";W8"7L$L$NB#'0``1G/4;#+CI+QML#=5K@+@5.I%-C$A$I
  348. MX`8`.DN69Q&7;M#9`ITMP-HX.QKV706/0,#!86P4QMP"FP&`'V0&1Q@M(R31
  349. M%;M5<$'&&4,8:'@8:B`Q%D,-""AP&/I`RK!$&/JP&$I`^C"!@*$6(JFFZHA!
  350. M&*1.P.6NIAAJ(!B$0?A=.!9T,1>747$]_/@>(1$Q,=`RL=05!\J#@30CJ"]5
  351. M$*=!KV88AF'`Y:X/-PAZIF<W"!B.X?<&PE$481_V81%SGC&E].7:(C#AV15C
  352. MGA&DQ&1@',],+#'6,O&G7AAJH6N)H08Z0=L58YP6[MA#4:`<2W4%`*P<P)JJ
  353. M*1B.X>"A2EWJ,-B;9T`D`YP4YO@&*S%0ZS@[&L9,88YO4*<%7$>&&`,`'5%C
  354. M$A$I8`<`74"09Q')_E)C$A$IP`8`=4%`TF0F2^:)8X@Q`-`1GA>U^6"./A"1
  355. M`GD`0'EBE3)@8P470)#1`[P9YN`#=4%08Q*L#Y9G$>BA@P$Y*S%PZ0:=+9#_
  356. M`],8UMD"AS:F5F-=0+#Q/YTM@'A`-1?5!02=+<!)88YOX$!A.!3&W`(]`'`8
  357. MP([J#YU<S*A,T&3O@-_U`V!GZ`(M`RC0!0?#2V&.;[`2`RLQ\`@$&__3V0*(
  358. M!U1S48]`T-D"G!3F^`8.%);_`\PMD```)O=$,H!#8;P4YO@&*S&P$@.90+#Q
  359. M/YTM@'A`-1>5"02=+<!)88YOX$!A.!3&W`(A`'`H[X:;#YY<3KA,X&#/R4MA
  360. MCF^P$@,K,3`*!!O_T]D"B`=4<U&C0-#9`IP4YO@&#A3V`P3,+9```.;X1#*`
  361. M0V&\%.;X!BLQL!(#Z4"P\3^=+8!X0,P4YO@&B#'PVQ@C,E"G!5Q'%N@%R0NT
  362. M$@,<2[;Q/YTM@'A`@3I09&$K,7!_`"LQ,``$TQC6V0)-07!48W]!<%1C'M&T
  363. M$@,-0#"-89TMP+%D1S5V?P`K,8`E`Q+^LQ(#[;M`IP)T*L"B`@T`,'45!-79
  364. M`H@'Q$EACF^P1SGYE,-%8?(Z@!@#)1:&K6'O/P#19#46MA(#*S%`IP*=+8!X
  365. M0"PJL```0DE.K!26R3XK,=#9`H@'Q$IA\CI09V'HH;,2`RLQ0*<"G2V`>$"L
  366. M%#:989TM4"YC(4"0)6-.I+,2`S<\Q4QACF_`G`6[0,46!6Q1$`4U,U2V)05.
  367. MI+,2`]']LQ(#="K0V0*(!\1*89,9UMD"Y3(6`@0_0#!S!4ZDLQ(#+"IP```E
  368. MS!3F^`;D9[%[8@-`D#EC45`S&05.I+,2`]']LQ(#*S'0F6-\%%858S&50Z8X
  369. 9ZXK#2&&7=/!G'"LQ@.L$=XL#N3A$D;,2`[,2
  370. `
  371. end
  372. sum -r/size 64974/1857 section (from "begin" to "end")
  373. sum -r/size 25778/1330 entire input file
  374. END_UU
  375. -- 
  376. +------------------------------------+--------------------------------------+
  377. |`What a depressingly stupid machine'|             Detlef Mueller           |
  378. | -- Marvin                          |          detlef@dmhh.hanse.de        |
  379. +------------------------------------+--------------------------------------+
  380.