Refinements

This commit is contained in:
Daniele Verducci su MatissePenguin
2021-02-20 11:21:15 +01:00
parent cc9805f044
commit 97adb88023
3 changed files with 16 additions and 14 deletions

View File

@@ -53,6 +53,7 @@
; memory
.equ FRAMEBUFFER = 0x0100
.equ FRAMEBUFFER_END = 0x2AB0
.equ SCREEN_HEIGHT = 256
; start vector
.org 0x0000