diff --git a/README.md b/README.md index 2167d62..f87f00d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ because I *really don't* want to deal with segment:offset addressing. C code that exercises a bunch of the VGA registers by transforming a colored cube of all 256 VGA colors in different ways. The display is set to unchained -mode. Lots of latch copies and trasnforming data with stuff in the latches. +mode. Lots of latch copies and transforming data with stuff in the latches. The core of the transformation code is in `vga.asm`, which is also where the keyboard handler for exiting the program lives.