	.file	"main.c"
	.arch msp430g2553
	.cpu 430
	.mpy none

	.text
	.p2align 1,0
.global	_ZN4Time5sleepEi
	.type	_ZN4Time5sleepEi,@function
/***********************
 * Function `_ZN4Time5sleepEi' 
 ***********************/
_ZN4Time5sleepEi:
	cmp	#0, r15
	jl	.L1
.L5:
	mov	#332, r14
.L3:
	dec	r14
	jne	.L3
	nop
	nop
	add	#llo(-1), r15
	cmp	#llo(-1), r15
	jne	.L5
.L1:
	ret
.Lfe1:
	.size	_ZN4Time5sleepEi,.Lfe1-_ZN4Time5sleepEi
;; End of function 

	.section	.init9,"ax",@progbits
	.p2align 1,0
.global	main
	.type	main,@function
/***********************
 * Function `main' 
 ***********************/
main:
.L14:
	bis.b	#2, &33
	mov	#1001, r14
.L11:
	mov	#332, r15
.L10:
	dec	r15
	jne	.L10
	nop
	nop
	add	#llo(-1), r14
	jne	.L11
	and.b	#llo(-3), &33
	mov	#1001, r14
.L13:
	mov	#332, r15
.L12:
	dec	r15
	jne	.L12
	nop
	nop
	add	#llo(-1), r14
	jne	.L13
	jmp	.L14
.LIRD0:
.Lfe2:
	.size	main,.Lfe2-main
;; End of function 

.global	led
.global	led
	.section	.bss
	.type	led,@object
	.size	led,2
led:
	.skip 2,0
.global	shift_table
	.section	.rodata
	.type	shift_table,@object
	.size	shift_table,8
shift_table:
	.byte	1
	.byte	2
	.byte	4
	.byte	8
	.byte	16
	.byte	32
	.byte	64
	.byte	-128
