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 15:58:07 +02:00

13 lines
285 B
NASM

section .text
global main
main:
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)