logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Bruce BachinskyyScience
(5/5)

795 Answers

Hire Me
expert
Eusebio JayCriminology
(5/5)

952 Answers

Hire Me
expert
Rahul BansalManagement
(5/5)

863 Answers

Hire Me
expert
Faith WangScience
(5/5)

882 Answers

Hire Me
Assembly Programming

The operatives know that the bad guys have sophisticated methods of intercepting coded messages. To throw the bad guys off, the operatives have sent you an email with a long hexadecimal array.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Covert operatives in a far-away hostile land have a secret message for you to decode…

The operatives know that the bad guys have sophisticated methods of intercepting coded messages. To throw the bad guys off, the operatives have sent you an email with a long hexadecimal array. This email was encoded, but  it is assumed that the bad guys have the array. Your secret message is in the array, but to decode the message, one also needs the worded algorithm to extract the hidden information. The bad guys do not know this critical piece of the puzzle!

In addition, the secret message is an ‘Easter Egg’… The coded phrase is a person, place or thing that has something to do with the History of Silicon Valley; which is an important part of the project!

Software

Assembly language is to be used to decode the secret message. You will be provided with a unique 1024 element array under separate email. You will also be provided the method to decode the secret message in words and descriptions. This information is sufficient to crack the coded matrix. Luckily, you can just paste this huge matrix into your own assembly language file.

Methodology

Each array is unique and has its own decode method as well as a unique secret message. You are given this task in great secrecy and working in groups is not permitted. You are, of course, allowed to ask questions and seek advice from the professor.

Think of an overall approach to solving the problem and then try to formulate it into a working flowchart. Then split off the tasks of the overall working solution into subroutines using the knowledge you gained this semester.

Use breakpoints to your advantage while troubleshooting. Create subroutines to make your coding more manageable and modular. Creating breakpoints before and after subroutines allows you to “see” if the subroutine is doing its job based on the inputs and outputs you have defined.

Utilize your programming laminate to ease the transition between the flowchart and the actualization of the assembly code and syntax.

The following requirements are necessary for this project:

Commenting

  1. Each line of assembly language must be commented

  2. A main comment block at the top of the code is required

    1. It must contain your name, date, and purpose of the project

    2. It must be descriptive enough to convey this information to someone other than yourself

  3. Each subroutine / ISR must also have a comment block

    1. It must describe the subroutines purpose

    2. It must define its required inputs and outputs

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme