Calendar in x86
Budget: $30 – $250 USD
Write a full screen application
For Output, use direct write to the the video memory (seg 0xB800).
For Input, use int 16h (look up).
Use color and line draw characters (2nd half of the ASCII OEM set)
Because of the limited screen size in the text mode (80x25) it is necessary to provide multiple screens and navigation between screens.
For Output, use direct write to the the video memory (seg 0xB800).
For Input, use int 16h (look up).
Use color and line draw characters (2nd half of the ASCII OEM set)
Because of the limited screen size in the text mode (80x25) it is necessary to provide multiple screens and navigation between screens.