minor fix
This commit is contained in:
+8
-4
@@ -1,9 +1,13 @@
|
||||
segment .text
|
||||
section .text
|
||||
global main
|
||||
|
||||
main:
|
||||
|
||||
|
||||
segment .data
|
||||
dt screen 16384 ; 16-bit screen memory allocation
|
||||
dt kbd 24576 ; 16-bit keyboard memory allocation
|
||||
section .data
|
||||
dt screenMem 16384 ; screen memory address
|
||||
dt screenLen 8192 ; screen memory length
|
||||
dt kbdMem 24576 ; keyboard memory address
|
||||
|
||||
section .bss
|
||||
dt kbdIn ; keyboard current input (16-bit)
|
||||
Reference in New Issue
Block a user