Archived
1
0
This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
iceberg/asm/io.asm
T
2022-03-27 14:37:27 +02:00

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