diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-07-03 08:53:25 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-07-03 08:53:25 -0400 |
commit | c19a6ee17abf862115accd15876c64b7d39a7e9c (patch) | |
tree | 4f348f902896f10c45b4df8362c9143286bae5d4 /constants.asm | |
parent | 181332dc4fb90e5f7c56cff9086542d691266c7b (diff) | |
download | minos-c19a6ee17abf862115accd15876c64b7d39a7e9c.tar.gz |
Add mini drawing program
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |