aboutsummaryrefslogtreecommitdiff
path: root/src/globals.S
blob: 68101d765754007e266796cfda729288fc41870b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.section ".bss"
.globl cntfrq
cntfrq:
	.word 0
.globl cmdidx
cmdidx:
	.word 0
.global cmd
cmd:
	.space 2049

.section ".bss.heap"
mheap:
	.space 0x100000