write asswmbly prgram and do the following:
You have two numbers, the first one is 32 bits and the second is a 16 bits number. Find the result of division and store it in memory location called RESULT then store the reminder of division in memory location called MOD. (Use MACRO) ​

Answers

Answer 1

Answer:

I did this last year :/ i feel your pain.

Explanation:


Related Questions

What are the disadvantages of using folders ​

Answers

Answer:

√ folders can cause some inconvenience situation...

√ The decompress / compress action takes time.

√ When you double-click on a file inside a “folder”, what really happens is the file gets extracted to a temporary folder.

heres one:

when you delete a folder, he stuff inside gets deleted, and there isnt a way to get it back.

Create a list called numbers containing the values from 1 through 15, then use slices to perform the following operations consecutively: a. Select number’s even integers. b. Replace the elements at indices 5 through 9 with 0s, then show the resulting list. c. Keep only the first five elements, then show the resulting list. d. Delete all the remaining elements by assigning to a slice. Show the resulting list.

Answers

Answer:

Kindly check explanation

Explanation:

From python :

List containing values from 1 through 15:

my_list = list(range(1,16))

#creates a list of values from 1 to 15,(16 is excluded)

B.) select even integers :

for digits in my_list :

if digit%2 == 0;

print(digit)

# prints numbers in the list which does not leave a remainder when divided by .

C.)

for digits in my_list[4,9]:

my_digit[digits] = 0

my_digits

#Replaces the elements at indices 5 through 9 with 0s, then show the resulting list.

D.)

my_digits[:5]

#selects digits with index 0 up to 4

E.)

del my_digits[:5]

#DELETE elements in my digits starting from the fifth index

Describing Lawyer Tasks
According to the video, which tasks do Lawyers commonly perform? Check all that apply.
O drawing up legal documents
guarding prisoners
O inspecting facilities for safety
trying cases in courts of law
O arresting criminals
counseling clients

Answers

Answer:

Explanation:

The answers are a, d, and f

Answer:

A, D ,F G

Explanation:

NO THIS ISNT ANY HOMEWORK!

Does anyone know a laptop under $200 that can run Minecraft Java edition and maybe 60fps?


PLEASE NAME A SPECIFIC ONE not to be rude but please don’t waste my time!



Sorry if I’m asking for too much we’re gonna travel soon and it’s gonna be for long months and I can’t bring my entire set up but I also don’t have much money and I can’t find any laptop like that so if you can help? Thank you!

Answers

Answer:

Name CPU, GPU & RAM My Rating (Out of 10)

HP Pavilion 15 Intel Core i7-8565U Nvidia MX 250 16GB 8.1

Asus VivoBook S15 Intel Core i5-8265U Nvidia MX250 8GB 7.8

Dell Inspiron 15 Intel Core i5-8250U Intel HD Graphics 16GB 7.6

Acer Aspire 5 Intel Core i5-8265U Nvidia MX250 8GB 7.5

Explanation:

I dont know the prices, I just searched it, though I will look into it more

Answer:

dont know the price but my mom bought me a macbook pro 13 inch and it works great !

Explanation:

edit: oop lol its like 1200 dollars

3.5 code practice question 1

Answers

Answer:

what is this a question or just saying something?

Explanation:

Answer:

uh what?

Explanation:

What sequence is used to create a brochure document from a template?
New, File, Brochures
File, New, Brochures
O Brochures, File, New
O Brochures, New, File

Answers

Answer:

I think its a or b

Explanation:

Sorry if I'm wrong

Answer:

The answer is B. File, New, Brochures

Explanation:

PLZ PLZ PLZ GIVE ME BRAINLIEST!!!!

What Is an Antivirus?

Answers

Antivirus software, or anti-virus software, also known as anti-malware, is a computer program used to prevent, detect, and remove malware. Antivirus software was originally developed to detect and remove computer viruses, hence the name.

Answer:

Antivirus software is a type of program designed and developed to protect computers from malware like viruses, computer worms, spyware, botnets, rootkits, keyloggers and such. Antivirus programs function to scan, detect and remove viruses from your computer.

Explanation:

You are asked to design a data model for The Wagging Tail, an online store that sells products for dogs, e.g. dog collars, dog food, dog toys, dog treats, etc. You want to keep track of three entities: (1) the products that the store sells, (2) customers who purchase the products, and (3) the orders that are made on the website.
Draw an ERD diagram and use the following information to help guide your drawing:
The database should keep track of all products that the store offers for sale
The database should keep track of all customers who have registered with the store website
The database should keep track of all orders placed on the website
At most only a single customer can be related to any single order
A customer can place multiple orders with the website Each entity must have a unique identifier within its table. This is the Entity's/table's Primary Key.
An order must consist of at least one product, and may consist of multiple products
You wish to keep track of the cost of the product to the store, and the price that the store sells a product to the customer
You wish to be able to contact customers via phone and email
You wish to be able to determine when is the busiest time of year for your website according to number of orders placed
Your drawing should include the following: 1. The entities you wish to model 2. The required/important attributes for each entity (refer to these instructions for guidance on what is required/important) 3. The relationships between the entities 4. The correct MAX and MIN Cardinalities for each relationship (remember for each relationship, or line, there are MAX/MIN cardinalities on each side of the relationship)

Answers

Answer:

The solution to this question can be defined as follows:

Explanation:

In this question the Primary Key as defined in the underlines that use the Crow's foot notation which is defined in the 3 entities that can be defined in the attachment file:

Can someone help me please

Answers

Answer:

She made a profit of 450$

Explanation:

4.16 LAB: Count characters Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in the string. The output should include the input character and use the plural form, n's, if the number of times the characters appears is not exactly 1. Ex: If the input is: n Monday the output is: 1 n Ex: If the input is: z Today is Monday the output is: 0 z's Ex: If the input is: n It's a sunny day the output is: 2 n's Case matters. Ex: If the input is: n Nobody the output is: 0 n's

Answers

Answer:

In Python:

sttr = input("String: ")

ch = input("Character: ")

count = sttr.count(ch)

print(str(count)+" "+ch, end = '')

if count>1 or count==0:

   print("'s")

Explanation:

This prompts the user for string

sttr = input("String: ")

This prompts the user for character

ch = input("Character: ")

This counts the number of occurrence

count = sttr.count(ch)

This prints the number of occurrence of the character

print(str(count)+" "+ch, end = '')

This checks if the number of occurrence is 0 or greater than 1.

if count>1 or count==0:

If yes, it prints 's

   print("'s")

Other Questions
You are an American Patriot involved in the Boston Tea Party. What factors drove you to your involvement in such a rebellious action against the Crown? Explain your motivations in a letter to your parents back home in London.Your letter shoud be approximately 175-200 words in length. Be sure to use proper formatting for a letter (date, heading, salutation, body, & closing) as well as correct spelling and grammar. choose the spanish subject pronouns that would replace the given subject Factor the polynomial below.x2 + 6x + 9 Three of the four vertices (corners) of a parallelogram are (-2,7), (3,7) and (2,5). What is the ordered pair of the missing vertex (corner)? Deja caer una pelota de una azotea de un edificio si tarda 4 segundos en llegar al piso, cual es la altura del edificio? Con que velocidad choca contra el piso? Based on Avogadro's principle, the coefficients in chemical equations involving only gases represent two types of quantities. Name the two quantities. Give me an example of Conummisum When the Hubble Space Telescope was first launched, it was the most advanced technology of its kind. Astronomers and astrophysicists all over the world celebrated its launch. Why was this event so important to these scientists?1. Hubble provided a new way to study Earth's atmosphere.2. Hubble proved that we could launch a telescope into space.3. Hubble provided scientists with data about the Universe they had previously been unable to collect.4. Hubble was able to collect physical samples from celestial bodies they had previously been unable to reach. please help me 124,857 in expanded form HELP PLEASE! Ill give Brainlist! Read the following argument.Swiftmart Advertisement: You'll find the lowest prices at our store!Bring in a competitor's coupon and we will match their price on any item we sell. You won't be able to find a store with prices lower than ours. Ten thousand customers can't be wrong!What is the primary fallacy in the store's argument?1. It claims that its conclusion is true because people agree that it is, rather than demonstrating that it is true. 2. It claims that conclusion is true because people are unable to prove otherwise. 3. It claims that only one of two scenarios can possibly be true, leading to its conclusion 4. It claims that its conclusion is true because of evidence it provides within the argument itself Select the things for which the Lord praised the church at Philadelphia:They were rich.They had a little strength.They had kept His word.They had not denied His name.They had great love. ILL GIVE 50 POINTS Which set of statements explains how to plot a point at the location (Negative 3 and one-half, negative 2)?Start at the origin. Move 3 and one-half units right because the x-coordinate is Negative 3 and one-half. Negative 3 and one-half is between 3 and 4. Move 2 units down because the y-coordinate is -2.Start at the origin. Move 3 and one-half units down because the x-coordinate is Negative 3 and one-half. Negative 3 and one-half is between -3 and -4. Move 2 units left because the y-coordinate is -2.Start at the origin. Move 3 and one-half units down because the x-coordinate is Negative 3 and one-half. Negative 3 and one-half is between -3 and -4. Move 2 units right because the y-coordinate is -2.Start at the origin. Move 3 and one-half units left because the x-coordinate is Negative 3 and one-half. Negative 3 and one-half is between -3 and -4. Move 2 units down because the y-coordinate is -2. Del fragmento anterior, se puede afirmar que Stevenson pretende:relatar una historia inverosmil a travs de un caso.Acontar un experimento de laboratorio.Bnarrar un suceso objetivo.Ccomprobar la eficiencia de la medicina trascendental.D based on the book review, in what way did each political party view the Personal Responsibility and Work Opportunity Act? The price of a flight was increased by 3% to 720. What was the price before the increase?Give your answer to the nearest penny. 10. Andy is flying an airplane at an altitude of 12,000 feet over the ocean heading towards and island. His instruments show that the airplane will be directly over the island after flying horizontally 30,000 feet. To land the plane safely, Andy needs to calculate the angle of depression. Where was the Russian capital of Petrograd moved to? And why? si 33 es multiplo 11 setiene que 11 es divisor de 33 What system(s) might not function normally if you have a cold? According to Gordon Allport, __________ traits are common personality traits found in most people.