home *** CD-ROM | disk | FTP | other *** search
- >>>file/ibm_pc_b 462 ibmbin-request@crdgw1.crd.ge.com(16172)6Nov90 20:20
- TITLE: v08i228: atob, fast asm binary to/from ascii (part 01/01)
-
- +Message-ID : <2240@sixhub.UUCP>
- +From : ibmbin-request@crdgw1.crd.ge.com
- +Organization :
-
- Checksum: 2800235935 (Verify with "brik -cv")
- Posting-number: Volume 08, Issue 228
- Submitted-by: raymond@brahms.berkeley.edu
- Archive-name: atob/part01
-
- ATOB and BTOA are encoders, more efficient than uuencode (but less
- widely used). This does the conversion from ASCII back to binary.
-
-
- From the .ASM file:
-
- ; atob.asm: Fast assembly-language version of atob.c
- ; Version 1.1
- ;
- ; atob converts files from ascii to binary, undoing the encoding
- ; of btoa.
-
- ; atob reads its stdin and sends its output to the designated output file.
- ; If it already exists, the output file is overwritten *without*warning*.
-
-
-