Added initial draft of globals and errno

This commit is contained in:
2026-09-04 16:07:24 +01:00
parent 9dcc182954
commit 4d752ef67c
3 changed files with 46 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
@0 ; Reserve space for globals
jmp 0x100 ; jump over them
@0x100 ; start of user code