Jump to content

Base64 encode data: Difference between revisions

(→‎{{header|Commdore BASIC}}: Add implementation)
Line 492:
 
=={{header|Commodore BASIC}}==
Assumes the source file is a PRG on disk drive device 8, writes encoded file as a SEQ to the same disk. This is all done in PETSCII; transfer out of Commodore-land will require translation of the Base64-encoded file into ASCII.
 
<lang basic>100 rem convert a binary file to base64
1,480

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.