home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / atob.arj / POSTER < prev   
Encoding:
Text File  |  1991-01-04  |  910 b   |  29 lines

  1. >>>file/ibm_pc_b 462 ibmbin-request@crdgw1.crd.ge.com(16172)6Nov90 20:20
  2. TITLE: v08i228: atob, fast asm binary to/from ascii (part 01/01)
  3.  
  4. +Message-ID   : <2240@sixhub.UUCP>
  5. +From         : ibmbin-request@crdgw1.crd.ge.com
  6. +Organization : 
  7.  
  8. Checksum: 2800235935  (Verify with "brik -cv")
  9. Posting-number: Volume 08, Issue 228
  10. Submitted-by: raymond@brahms.berkeley.edu
  11. Archive-name: atob/part01
  12.  
  13.   ATOB and BTOA are encoders, more efficient than uuencode (but less
  14. widely used). This does the conversion from ASCII back to binary.
  15.  
  16.  
  17. From the .ASM file:
  18.  
  19.    ; atob.asm:  Fast assembly-language version of atob.c
  20.    ;            Version 1.1
  21.    ;
  22.    ; atob converts files from ascii to binary, undoing the encoding
  23.    ; of btoa.
  24.  
  25.    ; atob reads its stdin and sends its output to the designated output file.
  26.    ; If it already exists, the output file is overwritten *without*warning*.
  27.  
  28.  
  29.