Archived
1
0

create machine code files

This commit is contained in:
Erick
2022-03-27 14:37:27 +02:00
parent c3d48c6241
commit 20d74eeac2
3 changed files with 42 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
segment .text
global main
main:
segment .data
dt screen 16384 ; 16-bit screen memory allocation
dt kbd 24576 ; 16-bit keyboard memory allocation