Hello everyone.. Im a beginner with Assembly programming language, I need to write two Assembly programms which encodes binary into base64 and decodes base64 into binary. The input will be read from standard input, and the only use of C functions are printf() and scanf().
I spend a lot of time searching, but I didn't found something that could help me. I would appreciate, if someone can help me.
Thank you.