Using emu8086 write a full code that does the following - write your name in the middle of the screen - using the keyboard arrow keys, the user can move a blinking cursor on the screen - when the cursor is over a character, if the user hits "enter" then the character will move with the cursor - when "enter" is clicked again, the character is released to the new position -characters cannot be released on top of each other - when a character is moving with the cursor, if user click"R" the character is colored red, "B" for blue, and "G" for green

icon
Related questions
Topic Video
Question

Using emu8086 write a full code that does the following

 

- write your name in the middle of the screen

 

- using the keyboard arrow keys, the user can move a blinking cursor on the screen

 

- when the cursor is over a character, if the user hits "enter" then the character will move with the cursor

 

- when "enter" is clicked again, the character is released to the new position

 

-characters cannot be released on top of each other

 

- when a character is moving with the cursor, if user click"R" the character is colored red, "B" for blue, and "G" for green

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 10 steps with 10 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.