aboutsummaryrefslogtreecommitdiff
path: root/src/globals.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-20 23:22:42 -0700
committerChristian Cunningham <cc@localhost>2022-01-20 23:22:42 -0700
commit73a80de4228a498b483c8e10ab317920d978d507 (patch)
treeeea73a138a509d7758ef477d4997cf7147233604 /src/globals.S
parentc2e52566ed53b53227a6fe577a05170766a1ae4c (diff)
Moved globals to file
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