9 lines
170 B
NASM
9 lines
170 B
NASM
segment .text
|
|
global main
|
|
|
|
main:
|
|
|
|
|
|
segment .data
|
|
dt screen 16384 ; 16-bit screen memory allocation
|
|
dt kbd 24576 ; 16-bit keyboard memory allocation |