EET 211 - LAB #3 Introduction to the SDK-85 Micro-computer

int 10. mov dx,0120. mov ah,09. int 21. int 20. This program will output a string stored at location 0120 to the screen and then return to DOS (int 20 returns to DOS). 6) Unassemble the program to see that the opcodes were inserted. for you by typing: -u 0100. 7) We now are going to store this program on disk as an executable DOS . program ... ................
................