Question: I've code this cipher program in C. It is only 30 lines long. All it does is scan through the given text by user and
I've code this cipher program in C. It is only 30 lines long. All it does is scan through the given text by user and compare it with the regular alphabet, and I use the regular alphabet index to print out the correct cipher letter. a --> e, b --> f, c --> b, etc.
Print example: attack --> euuebl
My question is, How can I code this cipher program in MASM using Irvine32.inc?

#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
