aboutsummaryrefslogtreecommitdiff
path: root/src/globals.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.S')
-rw-r--r--src/globals.S14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/globals.S b/src/globals.S
new file mode 100644
index 0000000..68101d7
--- /dev/null
+++ b/src/globals.S
@@ -0,0 +1,14 @@
+.section ".bss"
+.globl cntfrq
+cntfrq:
+ .word 0
+.globl cmdidx
+cmdidx:
+ .word 0
+.global cmd
+cmd:
+ .space 2049
+
+.section ".bss.heap"
+mheap:
+ .space 0x100000