;------------------------------------------------------------------ ; CRC 32 holen ;------------------------------------------------------------------ les ax,[BP+8] ;CRC holen mov dx,es ; ;------------------------------------------------------------------ or cx,cx ;pruefe ob Stringlaenge >0 ist,= 0 dann one_1 jz done_1 loop_1: xor bh,bh mov bl,al lodsb xor bl,al mov al,ah mov ah,dl mov dl,dh xor dh,dh shl bx,1 shl bx,1 les bx,[crc32tab+bx] xor ax,bx mov bx,es xor dx,bx loop loop_1 done_1: pop ds pop es pop di pop bp retf 4 UpdateCRC32 ENDP ENDS END --- Cut End -------------------------------------------------------------- Bye ---------------- / / h o m a s PB & Sound: Let the dream come true ... --- CrossPoint v3.02 R * Origin: German Sound Blaster(tm) Unit for PowerBASIC 3.x (2:2410/308.12) --------------- FIDO MESSAGE AREA==> TOPIC: 214 POWER BASIC Ref: C3^00000 Date: 03/27/95 From: GEORGE BLECK Time: 11:02pm \/To: ALL (Read 6 times) Subj: Project If a BBS is what were all working on, why don't we also create a graphical interface (akin to Rip) but more with more features. An interface similar to Prodigy shouldn't be that difficult using vector graphics. (A Comm program to connect would also be needed) --- George --- FMail/386 1.0g * Origin: The Watering Hole (A Pentium BBS) 1-516-520-1845 (1:2619/125) --------------- FIDO MESSAGE AREA==> TOPIC: 214 POWER BASIC Ref: C3^00001 Date: 03/27/95 From: JOHN MILLER Time: 07:22am \/To: CHRIS ADAMS (Read 6 times) Subj: Votes... Stamp: 03/21/95 CA>How much do we get paid? Sorry, I'm just an observer... please check your $$$$ at the door.:) Besides this is your project so that makes it your payroll, right?? ,which means I can collect consulting fees!!! ___ * UniQWK v4.1 * The Windows Mail Reader --- WILDMAIL!/WC v4.10 * Origin: DSE Software Publishing BBS 707-459-4484 (1:125/123.0) --------------- FIDO MESSAGE AREA==> TOPIC: 214 POWER BASIC Ref: C3^00002 Date: 03/27/95 From: LEO TULLY Time: 11:55am \/To: ALL (Read 6 times) Subj: RIPScrip MegaNums Hi All, I am trying to find an algorithm for MegaNums used in RIPScrip commands. I know one of you guys have the source around here somewhere. Language doesn't matter much. I prefer Pascal, but I can convert the source from C or any Basic. Thanks in advance for help! Leo *** QMPro 1.53 Have you hugged a Klingon today (and lived)? --- TriToss (tm) Professional 1.0 - (Unregistered) * Origin: The PowerSoft Connection -=- 206-589-8429 (1:138/288.0) --------------- FIDO MESSAGE AREA==> TOPIC: 214 POWER BASIC Ref: C3^00003 Date: 03/25/95 From: SCOTT VETTER Time: 06:56pm \/To: CHRIS ADAMS (Read 6 times) Subj: Votes... Chris: I have not been following this echo unfortunatly, but you seem to be the one to leave a coment to. I am split between communications routines and database. I have need for both. In the communications library I have no specific things I would like to see. As for databases though I am looking for something other than random files using numeric keys. I would be interested in seeing both something like an ISAM or even a VSAM style type database. Something with an alphnumeric key with several non-contigous keys. The need for this database type system would be as soon as reasonibly possible. It should also run an an XT on up. I have looked at several shareware programs but none will do the job. --- WILDMAIL!/WC v4.00 * Origin: The Hangar (313) 397-9419 Home of the F-104 (1:2410/808.0) --------------- FIDO MESSAGE AREA==> TOPIC: 214 POWER BASIC Ref: C3^00004 Date: 03/25/95 From: SCOTT VETTER Time: 07:00pm \/To: ALL (Read 6 times) Subj: Looking for I am looking for a PB routine which I can incorporate into my programs which will display a .PCX graphic file on the screen. Is there any documentation on these graphic file display formats? So I can at least write one? --- WILDMAIL!/WC v4.00 * Origin: The Hangar (313) 397-9419 Home of the F-104 (1:2410/808.0)