Question: Write code with emu8086 Write an assembly program that can print scrolling text on Dot Matrix Display Output in Emulation Kit. Implement text scrolling in
Write code with emu8086
Write an assembly program that can print scrolling text on Dot Matrix Display Output in Emulation Kit. Implement text scrolling in an infinite loop. 1. First, print a text (your name or Surname) on Dot Matrix Display Output (You can see the detailed explanation and examples on Emulation Kit documentation). Dots Deplay Output 2012 2002 2001 202 203 2. After printing text, put a delay before the next iteration. Several code samples are available for making a delay on the Internet. Alternatively, use the following one: MOV CX, OFFH WAIT: LOOP WAIT 3. After the delay, shift the port numbers to make the text look like a scrolling text: Dual ...) ABODEF DES2000 2003........... Hint: Using Emulation Kit 1. Download Emulation Kit on MS Teams Lab6 page and copy the Emulation Kit.exe file to DEVICES directory under the path where emu8086 is installed. 2. Start the kit by using the "#start=Emulation Kit.exe" instruction in your code. 3. Please see the Dot Matrix Display Output section on Emulation Kit Help.pdf for further instructions on using dot matrix displays
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
