Question: In Assembly Language (MASM613 or MASM615), write a program to encrpyt an array. Use the key: 10101111 (and command), encode all elements of a WORD

In Assembly Language (MASM613 or MASM615), write a program to encrpyt an array.

Use the key: 10101111 (and command), encode all elements of a WORD SIZED ARRAY and PRINT:

The Original Array

The Encrypted Array

then DECRYPT the Array and print THAT ARRAY.

Use the template:

This is the template to use:__________________________

TITLE Encrpyt an Array

INCLUDE Irvine32.inc

.data ; enter data here

.code

main PROC

; enter code here

; enter code here

; enter code here

exit

main ENDP

END main

__________________________________

Note: The array should be a complete sentence.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!