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

	.section	.init9,"ax",@progbits
	.p2align 1,0
.global	main
	.type	main,@function
/***********************
 * Function `main' 
 ***********************/
main:
	mov.b	&__CALBC1_8MHZ, &__BCSCTL1
	mov.b	&__CALDCO_8MHZ, &__DCOCTL
	bis.b	#1, &__P1DIR
.L2:
	bis.b	#1, &33
	mov	#500, r15
	call	#delay_ms
	and.b	#llo(-2), &33
	mov	#500, r15
	call	#delay_ms
	jmp	.L2
.LIRD0:
.Lfe1:
	.size	main,.Lfe1-main
;; End of function 

