From 1a87045a95f58ec52f4a4c781d30cbb7f857833e Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 21 May 2020 11:13:30 +0200 Subject: [PATCH] pus h -> push --- src/chapter-31.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chapter-31.md b/src/chapter-31.md index d9215cd..677289e 100644 --- a/src/chapter-31.md +++ b/src/chapter-31.md @@ -867,7 +867,7 @@ RowLoop: ;4 pixels at each address, so ; each 320-pixel row is 80 bytes wide ; in each plane - pus h bx ;save the row-start color + push bx ;save the row-start color ColumnLoop: MAP_SELECT = 1 rept 4 ;do all 4 pixels at this address with