write a mips code which pop-ups a confirmation dialog which have yes o.docx

D

write a mips code which pop-ups a confirmation dialog which have yes or no option ,which then decides to go forward with the program or not Solution add $t4, $zero, $zero # i is initialized to 0, $t4 = 0 Loop: add $t5, $t4, $t1 # $t5 = address of b[i] lw $t6, 0($t5) # $t6 = b[i] add $t5, $t 4, $t2 # $t5 = address of c[i] lw $t7, 0($t5) # $t7 = c[i] add $t6, $t6, $t7 # $t6 = b[i] + c[i] add $t5, $t4, $t0 # $t5 = address of a[i] sw $t6, 0($t5) # a[i] = b[i] + c[i] addi $t4, $t4, 4 # i = i + 4 slti $t5, $t4, 256 # $t5 = 1 if $t4 < 256, i.e. i < 64 bne $t5, $zero, Loop # go to Loop if i < 256 .

write a mips code which pop-ups a confirmation dialog which have yes or no option ,which then
decides to go forward with the program or not
Solution
add $t4, $zero, $zero # i is initialized to 0, $t4 = 0
Loop:
add $t5, $t4, $t1 # $t5 = address of b[i]
lw $t6, 0($t5) # $t6 = b[i]
add $t5, $t
4, $t2 # $t5 = address of c[i]
lw $t7, 0($t5) # $t7 = c[i]
add $t6, $t6, $t7 # $t6 = b[i] + c[i]
add $t5, $t4, $t0 # $t5 = address of a[i]
sw $t6, 0($t5) # a[i] = b[i] + c[i]
addi $t4, $t4, 4 # i
= i + 4
slti $t5, $t4, 256 # $t5 = 1 if $t4 < 256, i.e. i < 64
bne $t5, $zero, Loop # go to Loop if i < 256
write a mips code which pop-ups a confirmation dialog which have yes o.docx

Recommended

Write a SIMPLE java program to print out the numbers from 100 to 1- wi.docx by
Write a SIMPLE java program to print out the numbers from 100 to 1- wi.docxWrite a SIMPLE java program to print out the numbers from 100 to 1- wi.docx
Write a SIMPLE java program to print out the numbers from 100 to 1- wi.docxdrosa1
29 views2 slides
Write a simple c++ program that computes the value of ex by using the.docx by
Write a simple c++ program that computes the value of ex by using the.docxWrite a simple c++ program that computes the value of ex by using the.docx
Write a simple c++ program that computes the value of ex by using the.docxdrosa1
12 views1 slide
Write a short assembly language module to be used with C++ that rotate.docx by
Write a short assembly language module to be used with C++ that rotate.docxWrite a short assembly language module to be used with C++ that rotate.docx
Write a short assembly language module to be used with C++ that rotate.docxdrosa1
2 views2 slides
Write a short essay- between 400 and 500 words- responding to the assi.docx by
Write a short essay- between 400 and 500 words- responding to the assi.docxWrite a short essay- between 400 and 500 words- responding to the assi.docx
Write a short essay- between 400 and 500 words- responding to the assi.docxdrosa1
3 views1 slide
Write a SELECT statement that returns the LastName and JobTitle of eac.docx by
Write a SELECT statement that returns the LastName and JobTitle of eac.docxWrite a SELECT statement that returns the LastName and JobTitle of eac.docx
Write a SELECT statement that returns the LastName and JobTitle of eac.docxdrosa1
6 views1 slide
Write a recursive C function that counts the number of vowels in a str.docx by
Write a recursive C function that counts the number of vowels in a str.docxWrite a recursive C function that counts the number of vowels in a str.docx
Write a recursive C function that counts the number of vowels in a str.docxdrosa1
7 views2 slides

More Related Content

More from drosa1

Write a recursive function to convert a character string of digits to.docx by
Write a recursive function to convert a character string of digits to.docxWrite a recursive function to convert a character string of digits to.docx
Write a recursive function to convert a character string of digits to.docxdrosa1
5 views2 slides
Write a query to display the customer last name and city for all custo.docx by
Write a query to display the customer last name and city for all custo.docxWrite a query to display the customer last name and city for all custo.docx
Write a query to display the customer last name and city for all custo.docxdrosa1
3 views2 slides
write a program that reads package weights and calculate the post fee.docx by
write a program that reads package weights and calculate the post fee.docxwrite a program that reads package weights and calculate the post fee.docx
write a program that reads package weights and calculate the post fee.docxdrosa1
2 views2 slides
Write a program that takes an input of n and prints the numbers from 1.docx by
Write a program that takes an input of n and prints the numbers from 1.docxWrite a program that takes an input of n and prints the numbers from 1.docx
Write a program that takes an input of n and prints the numbers from 1.docxdrosa1
2 views2 slides
Write a program to compute the volume V of a cylinder of radius r and (1).docx by
Write a program to compute the volume V of a cylinder of radius r and (1).docxWrite a program to compute the volume V of a cylinder of radius r and (1).docx
Write a program to compute the volume V of a cylinder of radius r and (1).docxdrosa1
2 views1 slide
Write a program in assembly language that will test PIN #0 of PORTA to.docx by
Write a program in assembly language that will test PIN #0 of PORTA to.docxWrite a program in assembly language that will test PIN #0 of PORTA to.docx
Write a program in assembly language that will test PIN #0 of PORTA to.docxdrosa1
4 views2 slides

More from drosa1(20)

Write a recursive function to convert a character string of digits to.docx by drosa1
Write a recursive function to convert a character string of digits to.docxWrite a recursive function to convert a character string of digits to.docx
Write a recursive function to convert a character string of digits to.docx
drosa15 views
Write a query to display the customer last name and city for all custo.docx by drosa1
Write a query to display the customer last name and city for all custo.docxWrite a query to display the customer last name and city for all custo.docx
Write a query to display the customer last name and city for all custo.docx
drosa13 views
write a program that reads package weights and calculate the post fee.docx by drosa1
write a program that reads package weights and calculate the post fee.docxwrite a program that reads package weights and calculate the post fee.docx
write a program that reads package weights and calculate the post fee.docx
drosa12 views
Write a program that takes an input of n and prints the numbers from 1.docx by drosa1
Write a program that takes an input of n and prints the numbers from 1.docxWrite a program that takes an input of n and prints the numbers from 1.docx
Write a program that takes an input of n and prints the numbers from 1.docx
drosa12 views
Write a program to compute the volume V of a cylinder of radius r and (1).docx by drosa1
Write a program to compute the volume V of a cylinder of radius r and (1).docxWrite a program to compute the volume V of a cylinder of radius r and (1).docx
Write a program to compute the volume V of a cylinder of radius r and (1).docx
drosa12 views
Write a program in assembly language that will test PIN #0 of PORTA to.docx by drosa1
Write a program in assembly language that will test PIN #0 of PORTA to.docxWrite a program in assembly language that will test PIN #0 of PORTA to.docx
Write a program in assembly language that will test PIN #0 of PORTA to.docx
drosa14 views
Write a program that uses a dynamic array that contains 5 items of dou (1).docx by drosa1
Write a program that uses a dynamic array that contains 5 items of dou (1).docxWrite a program that uses a dynamic array that contains 5 items of dou (1).docx
Write a program that uses a dynamic array that contains 5 items of dou (1).docx
drosa12 views
Write a program that calculates the final value of a ten year- $10-000 (1).docx by drosa1
Write a program that calculates the final value of a ten year- $10-000 (1).docxWrite a program that calculates the final value of a ten year- $10-000 (1).docx
Write a program that calculates the final value of a ten year- $10-000 (1).docx
drosa12 views
Write a program that finds the temperature- as an integer - that is th.docx by drosa1
Write a program that finds the temperature- as an integer - that is th.docxWrite a program that finds the temperature- as an integer - that is th.docx
Write a program that finds the temperature- as an integer - that is th.docx
drosa12 views
Write a python program that opens the career-txt file that is included.docx by drosa1
Write a python program that opens the career-txt file that is included.docxWrite a python program that opens the career-txt file that is included.docx
Write a python program that opens the career-txt file that is included.docx
drosa12 views
Write a program that contains and utilizes a function called haltNum(i.docx by drosa1
Write a program that contains and utilizes a function called haltNum(i.docxWrite a program that contains and utilizes a function called haltNum(i.docx
Write a program that contains and utilizes a function called haltNum(i.docx
drosa12 views
Write a program in MATLAB to implement the algorithm of Gaussian Elimi.docx by drosa1
Write a program in MATLAB to implement the algorithm of Gaussian Elimi.docxWrite a program in MATLAB to implement the algorithm of Gaussian Elimi.docx
Write a program in MATLAB to implement the algorithm of Gaussian Elimi.docx
drosa13 views
write a program to calculate the average of six number input by the us.docx by drosa1
write a program to calculate the average of six number input by the us.docxwrite a program to calculate the average of six number input by the us.docx
write a program to calculate the average of six number input by the us.docx
drosa17 views
Write a program that uses the DrawingPanel to produces the following f.docx by drosa1
Write a program that uses the DrawingPanel to produces the following f.docxWrite a program that uses the DrawingPanel to produces the following f.docx
Write a program that uses the DrawingPanel to produces the following f.docx
drosa12 views
Write a program in assembly language 8086 not 8085 to find the number.docx by drosa1
Write a program in assembly language 8086 not 8085 to find the number.docxWrite a program in assembly language 8086 not 8085 to find the number.docx
Write a program in assembly language 8086 not 8085 to find the number.docx
drosa17 views
Write a program in (C or C++ or Java or python) to capture the center.docx by drosa1
Write a program in (C or C++ or Java or python) to capture the center.docxWrite a program in (C or C++ or Java or python) to capture the center.docx
Write a program in (C or C++ or Java or python) to capture the center.docx
drosa12 views
write a new equation of the line in slope intercept form parallel to e.docx by drosa1
write a new equation of the line in slope intercept form parallel to e.docxwrite a new equation of the line in slope intercept form parallel to e.docx
write a new equation of the line in slope intercept form parallel to e.docx
drosa15 views
Write a program file_max-c that reads a set of integer numbers from a.docx by drosa1
Write a program file_max-c that reads a set of integer numbers from a.docxWrite a program file_max-c that reads a set of integer numbers from a.docx
Write a program file_max-c that reads a set of integer numbers from a.docx
drosa13 views
Write a PHP function (write the function only) to dynamically create a.docx by drosa1
Write a PHP function (write the function only) to dynamically create a.docxWrite a PHP function (write the function only) to dynamically create a.docx
Write a PHP function (write the function only) to dynamically create a.docx
drosa13 views
Write a PASCAL program to compare two integers entered from the keyboa.docx by drosa1
Write a PASCAL program to compare two integers entered from the keyboa.docxWrite a PASCAL program to compare two integers entered from the keyboa.docx
Write a PASCAL program to compare two integers entered from the keyboa.docx
drosa155 views

Recently uploaded

The basics - information, data, technology and systems.pdf by
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdfJonathanCovena1
115 views1 slide
ACTIVITY BOOK key water sports.pptx by
ACTIVITY BOOK key water sports.pptxACTIVITY BOOK key water sports.pptx
ACTIVITY BOOK key water sports.pptxMar Caston Palacio
605 views4 slides
ICS3211_lecture 08_2023.pdf by
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdfVanessa Camilleri
149 views30 slides
11.28.23 Social Capital and Social Exclusion.pptx by
11.28.23 Social Capital and Social Exclusion.pptx11.28.23 Social Capital and Social Exclusion.pptx
11.28.23 Social Capital and Social Exclusion.pptxmary850239
298 views25 slides
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdf by
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdfCWP_23995_2013_17_11_2023_FINAL_ORDER.pdf
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdfSukhwinderSingh895865
527 views6 slides
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively by
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyPECB
585 views18 slides

Recently uploaded(20)

The basics - information, data, technology and systems.pdf by JonathanCovena1
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdf
JonathanCovena1115 views
11.28.23 Social Capital and Social Exclusion.pptx by mary850239
11.28.23 Social Capital and Social Exclusion.pptx11.28.23 Social Capital and Social Exclusion.pptx
11.28.23 Social Capital and Social Exclusion.pptx
mary850239298 views
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively by PECB
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
PECB 585 views
When Sex Gets Complicated: Porn, Affairs, & Cybersex by Marlene Maheu
When Sex Gets Complicated: Porn, Affairs, & CybersexWhen Sex Gets Complicated: Porn, Affairs, & Cybersex
When Sex Gets Complicated: Porn, Affairs, & Cybersex
Marlene Maheu67 views
Classification of crude drugs.pptx by GayatriPatra14
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptx
GayatriPatra1486 views
Psychology KS5 by WestHatch
Psychology KS5Psychology KS5
Psychology KS5
WestHatch93 views
Create a Structure in VBNet.pptx by Breach_P
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptx
Breach_P75 views
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant... by Ms. Pooja Bhandare
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
REPRESENTATION - GAUNTLET.pptx by iammrhaywood
REPRESENTATION - GAUNTLET.pptxREPRESENTATION - GAUNTLET.pptx
REPRESENTATION - GAUNTLET.pptx
iammrhaywood100 views
AUDIENCE - BANDURA.pptx by iammrhaywood
AUDIENCE - BANDURA.pptxAUDIENCE - BANDURA.pptx
AUDIENCE - BANDURA.pptx
iammrhaywood84 views

write a mips code which pop-ups a confirmation dialog which have yes o.docx

  • 1. write a mips code which pop-ups a confirmation dialog which have yes or no option ,which then decides to go forward with the program or not Solution add $t4, $zero, $zero # i is initialized to 0, $t4 = 0 Loop: add $t5, $t4, $t1 # $t5 = address of b[i] lw $t6, 0($t5) # $t6 = b[i] add $t5, $t 4, $t2 # $t5 = address of c[i] lw $t7, 0($t5) # $t7 = c[i] add $t6, $t6, $t7 # $t6 = b[i] + c[i] add $t5, $t4, $t0 # $t5 = address of a[i] sw $t6, 0($t5) # a[i] = b[i] + c[i] addi $t4, $t4, 4 # i = i + 4 slti $t5, $t4, 256 # $t5 = 1 if $t4 < 256, i.e. i < 64 bne $t5, $zero, Loop # go to Loop if i < 256