From 571a161d342379a595b7713950a645ece0953c25 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 27 May 2024 08:45:40 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.