Problem
Write a program to display sudoku board in video memory in Assembly language x86.
Requirement: minimum requirement: display a sudoku board using the ascii characters (179d- 218d1. use colors2. somewhat playable like (up/down/left/right), (1...9), erase, and exit.4. int 16h in keyboard.5. int 10h in video.