SlideShare a Scribd company logo
Write a general-purpose program with loop and indexed addressing
that adds 12h to 0th, 3rd , 7th , 11th ,15th ,19th , elements of a DWORD array.
For example, in array:
Array1 DWORD 12h, 13h, 14h,15h, 16h, 17h, 18h, 19h, 1ah, 1bh, 1ch, 1dh, 1eh, 1fh
becomes:
Array1 : 24h, 13h, 14h, 27h,16h,17h,18h, 2bh, 1ah, 1bh, 1ch, 2f, 1eh, 1fh
ONLY USE: "MOV" "JMP" "LOOP" "LAHF" "SAHF" "XCHG" "INC" "DEC" "ADD" "SUB" "NEG"
Instructions, otherwise I will thumb down.

More Related Content

PDF
Write a Fortran program to SOS take the name and ID number.pdf
PDF
Write a function that will take four parameters omega x0.pdf
PDF
Write a function that will take four parameters omega p.pdf
PDF
Write a computer program in JAVA that hides a secret message.pdf
PDF
Write a Fortran program to 1 take the name and ID number of.pdf
PDF
Write a function called ApologyLine that take an integer c a.pdf
PDF
Write a C++ code that makes pyramid shape as long as user wa.pdf
PDF
Write a class called Window that contains the following info.pdf
Write a Fortran program to SOS take the name and ID number.pdf
Write a function that will take four parameters omega x0.pdf
Write a function that will take four parameters omega p.pdf
Write a computer program in JAVA that hides a secret message.pdf
Write a Fortran program to 1 take the name and ID number of.pdf
Write a function called ApologyLine that take an integer c a.pdf
Write a C++ code that makes pyramid shape as long as user wa.pdf
Write a class called Window that contains the following info.pdf

More from advancesystem (20)

PDF
Write a C code that uses struct to create a userdefined typ.pdf
PDF
Write a 12 page report on igneous rock and how they are m.pdf
PDF
WQ4 Coevolution of Central American ants in the Pseudomyrme.pdf
PDF
With the following companies Apple Caterpillar Consolidat.pdf
PDF
Would the current answer be considered correct 2 Identify .pdf
PDF
WQ3 Considering that you know about natural selection is o.pdf
PDF
would be earned How much of the total is simple interest an.pdf
PDF
write 350400 WORDS AND EXPLAIN BRIEFLY lapter 7 How Touris.pdf
PDF
World vegetation maps and world climate maps are very simila.pdf
PDF
Working with Dictionaries and ListsSets Modules you can use.pdf
PDF
Working individually or in pairs you will apply what you ha.pdf
PDF
Without using a function write the JavaScript code so that w.pdf
PDF
with thefour approches to Internation human resource managem.pdf
PDF
Why did the marine trophic index continue to decline after t.pdf
PDF
With regard to the Pacific the phrase tyranny of distance.pdf
PDF
With or without Dox the amount of virus stays the same Does.pdf
PDF
Wildhorse Co had the following assets on January 12025 Du.pdf
PDF
With respect to the shoulder latissimus dorsi is a twojoin.pdf
PDF
Why should organizations be interested in ISO 20400 What ar.pdf
PDF
Why is Human Capital Management important in an organization.pdf
Write a C code that uses struct to create a userdefined typ.pdf
Write a 12 page report on igneous rock and how they are m.pdf
WQ4 Coevolution of Central American ants in the Pseudomyrme.pdf
With the following companies Apple Caterpillar Consolidat.pdf
Would the current answer be considered correct 2 Identify .pdf
WQ3 Considering that you know about natural selection is o.pdf
would be earned How much of the total is simple interest an.pdf
write 350400 WORDS AND EXPLAIN BRIEFLY lapter 7 How Touris.pdf
World vegetation maps and world climate maps are very simila.pdf
Working with Dictionaries and ListsSets Modules you can use.pdf
Working individually or in pairs you will apply what you ha.pdf
Without using a function write the JavaScript code so that w.pdf
with thefour approches to Internation human resource managem.pdf
Why did the marine trophic index continue to decline after t.pdf
With regard to the Pacific the phrase tyranny of distance.pdf
With or without Dox the amount of virus stays the same Does.pdf
Wildhorse Co had the following assets on January 12025 Du.pdf
With respect to the shoulder latissimus dorsi is a twojoin.pdf
Why should organizations be interested in ISO 20400 What ar.pdf
Why is Human Capital Management important in an organization.pdf
Ad

Recently uploaded (20)

PPTX
GDM (1) (1).pptx small presentation for students
PDF
Computing-Curriculum for Schools in Ghana
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Classroom Observation Tools for Teachers
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
master seminar digital applications in india
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Presentation on HIE in infants and its manifestations
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Complications of Minimal Access Surgery at WLH
GDM (1) (1).pptx small presentation for students
Computing-Curriculum for Schools in Ghana
Anesthesia in Laparoscopic Surgery in India
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Classroom Observation Tools for Teachers
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Module 4: Burden of Disease Tutorial Slides S2 2025
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
01-Introduction-to-Information-Management.pdf
Cell Types and Its function , kingdom of life
master seminar digital applications in india
Final Presentation General Medicine 03-08-2024.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Presentation on HIE in infants and its manifestations
Microbial diseases, their pathogenesis and prophylaxis
Complications of Minimal Access Surgery at WLH
Ad

Write a generalpurpose program with loop and indexed addres.pdf

  • 1. Write a general-purpose program with loop and indexed addressing that adds 12h to 0th, 3rd , 7th , 11th ,15th ,19th , elements of a DWORD array. For example, in array: Array1 DWORD 12h, 13h, 14h,15h, 16h, 17h, 18h, 19h, 1ah, 1bh, 1ch, 1dh, 1eh, 1fh becomes: Array1 : 24h, 13h, 14h, 27h,16h,17h,18h, 2bh, 1ah, 1bh, 1ch, 2f, 1eh, 1fh ONLY USE: "MOV" "JMP" "LOOP" "LAHF" "SAHF" "XCHG" "INC" "DEC" "ADD" "SUB" "NEG" Instructions, otherwise I will thumb down.