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

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