8. (8 pts) Write an assembly language routine that will implement the following: If the data byte st
8. (8 pts) Write an assembly language routine that will implement the following: If the data byte stored in memory location 4050h is less than or equal to 7Fh, store 00h in memory location 5000h. If the data byte stored in memory location 4050h is greater than 7Fh, store 01h in memory location 5000h. 4 […]