ARMv7 RISC V 8086 Assembly

Complete the following homework problems. Show all work (making sure it is legible) and circle all answers for clarity.
Create an interrupt program using the ARMv7 instruction set to do the following:
Read a single pushbutton
Output a 0 on a seven segment display when the button is pushed in
Output a 1 on a seven segment display when the button is not pushed
2. Create an interrupt program using the RISC-V instruction set to do the following:
Read a single pushbutton
Output a 0 on the text I/O when the button is pushed in
Output a 1 on test I/O when the button is not pushed
3. Create a program using the 8086 instruction set to do the following:
Read a single keystroke
Output a 0 on the LED Display when a key is pushed in
Output a 1 on the LED Display when a key is not pushed
Late submissions will not be accepted
Honor pledge applies