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