create machine code files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user