Question: Using NASM assembly language implement an ROT13 encoding to the following string with input of : The butler did it! , and return an output
Using NASM assembly language implement an ROT13 encoding to the following string with input of : "The butler did it!" , and return an output as follwing : "Gur ohgyre qvq vg!" .
This program should use glibc functions. In addition to printf(), you will need getchar() and putchar().
Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
