easy 68k Assembly Language

profilebyorv20n7
Lab09.pdf

Winter 18, Lab - 09 CSC 3101, CSC Department, WSU

In Class Lab Assignment: Due (04/05/2018) Remember: All In Class Lab Assignments are due before you leave the lab.

1. Please write the program on your book page 267 and modify the code to print out the string in reverse order. 


2. Write two subroutines one for (X+Y) and next one is for (X*Y) and implement this equation (X+Y)/(X*Y) in your program body with those returns received from subroutines. 


Take Home Lab Assignment: Due (04/11/2018) by midnight

1. Please rewrite the program from your book page 267 and modify the code to print out the string in reverse order. You are not allowed to skip the “@” by matching/searching the value but by tracing out the memory location of “@” and skip.

2. Write a program to find out the maximum values out of a list of 7 values. a. Values are required to be from user input b. The maximum value finding job hast to be done in a subroutine and

return the value to the main program and then print it out.