From c19a6ee17abf862115accd15876c64b7d39a7e9c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 3 Jul 2018 08:53:25 -0400 Subject: Add mini drawing program --- constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 6bbda5c..ac6438a 100644 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,7 @@ %ifndef _CONSTANTS_ASM %define _CONSTANTS_ASM +VIDEO_RAM equ 0b800h MAX_ROWS equ 25 MAX_COLS equ 80 LENGTH_ROW equ 0A0h ; NOTE: length in bytes (80 * 2 = 160) -- cgit