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

	.section	.debug_abbrev,"",@progbits
.Ldebug_abbrev0:
	.section	.debug_info,"",@progbits
.Ldebug_info0:
	.section	.debug_line,"",@progbits
.Ldebug_line0:
	.text
.Ltext0:
	.p2align 1,0
.global	delay_ms
	.type	delay_ms,@function
/***********************
 * Function `delay_ms' 
 ***********************/
delay_ms:
.LFB0:
	.file 1 "main.c"
	.loc 1 33 0
.LVL0:
	.loc 1 34 0
	jmp	.L2
.LVL1:
.L3:
	.loc 1 35 0
	nop
	nop
	mov	#332, r14
.L__delay__13:
	dec	r14
	jnz	.L__delay__13
	add	#llo(-1), r15
.L2:
	.loc 1 34 0 discriminator 1
	cmp	#0, r15
	jne	.L3
	.loc 1 36 0
	ret
.LFE0:
.Lfe1:
	.size	delay_ms,.Lfe1-delay_ms
;; End of function 

	.p2align 1,0
.global	wait_for_button
	.type	wait_for_button,@function
/***********************
 * Function `wait_for_button' 
 ***********************/
wait_for_button:
.LFB1:
	.loc 1 38 0
.L5:
	.loc 1 39 0 discriminator 1
	mov.b	&__P1IN, r15
	and	#8, r15
	jeq	.L5
	.loc 1 40 0
	mov	#20, r15
	call	#delay_ms
.L6:
	.loc 1 41 0 discriminator 1
	mov.b	&__P1IN, r15
	and	#8, r15
	jne	.L6
	.loc 1 42 0
	add	#20, r15
	call	#delay_ms
	.loc 1 43 0
	ret
.LFE1:
.Lfe2:
	.size	wait_for_button,.Lfe2-wait_for_button
;; End of function 

	.p2align 1,0
.global	send_bit
	.type	send_bit,@function
/***********************
 * Function `send_bit' 
 ***********************/
send_bit:
.LFB2:
	.loc 1 45 0
.LVL2:
	.loc 1 45 0
	mov.b	#32, r15
.LVL3:
.L10:
	.loc 1 48 0 discriminator 2
	bis.b	#64, &__P2OUT
	.loc 1 50 0 discriminator 2
	nop
	.loc 1 52 0 discriminator 2
	and.b	#llo(-65), &__P2OUT
	.loc 1 54 0 discriminator 2
	nop
	add.b	#llo(-1), r15
	.loc 1 47 0 discriminator 2
	jne	.L10
	.loc 1 56 0
	ret
.LFE2:
.Lfe3:
	.size	send_bit,.Lfe3-send_bit
;; End of function 

	.p2align 1,0
.global	philips_rc5_send
	.type	philips_rc5_send,@function
/***********************
 * Function `philips_rc5_send' 
 ***********************/
philips_rc5_send:
.LFB3:
	.loc 1 58 0
.LVL4:
	push	r11
.LCFI0:
	push	r10
.LCFI1:
	mov	r15, r11
.LVL5:
	.loc 1 61 0
	mov	#588, r15
.L__delay__81:
	dec	r15
	jnz	.L__delay__81
.LVL6:
	.loc 1 64 0
	mov.b	#14, r10
	.loc 1 65 0
	jmp	.L13
.LVL7:
.L16:
	.loc 1 66 0
	bit	#8192,r11
	jeq	.L14
	.loc 1 67 0
	nop
	nop
	mov	#293, r15
.L__delay__96:
	dec	r15
	jnz	.L__delay__96
	.loc 1 69 0
	call	#send_bit
	jmp	.L15
.L14:
	.loc 1 71 0
	call	#send_bit
	.loc 1 73 0
	nop
	nop
	mov	#293, r15
.L__delay__105:
	dec	r15
	jnz	.L__delay__105
.L15:
	.loc 1 76 0
	rla	r11
.LVL8:
.L13:
	.loc 1 65 0 discriminator 1
	add.b	#llo(-1), r10
.LVL9:
	cmp.b	#llo(-1), r10
	jne	.L16
	.loc 1 79 0
	and.b	#llo(-65), &__P2OUT
	.loc 1 80 0
	pop	r10
.LVL10:
	pop	r11
.LVL11:
	ret
.LFE3:
.Lfe4:
	.size	philips_rc5_send,.Lfe4-philips_rc5_send
;; End of function 

	.section	.init9,"ax",@progbits
	.p2align 1,0
.global	main
	.type	main,@function
/***********************
 * Function `main' 
 ***********************/
main:
.LFB4:
	.loc 1 82 0
	.loc 1 84 0
	mov	#23168, &__WDTCTL
	.loc 1 87 0
	mov.b	&__CALBC1_1MHZ, &__BCSCTL1
	.loc 1 88 0
	mov.b	&__CALDCO_1MHZ, &__DCOCTL
	.loc 1 91 0
	mov.b	#0, &__P2SEL
	.loc 1 92 0
	mov.b	#0, &__P2SEL2
	.loc 1 93 0
	and.b	#llo(-65), &__P2OUT
	.loc 1 94 0
	bis.b	#64, &__P2DIR
	.loc 1 98 0
	bis.b	#4, &__P1IES
	.loc 1 99 0
	and.b	#llo(-5), &__P1IFG
	.loc 1 100 0
	bis.b	#4, &__P1IE
	.loc 1 102 0
	bis.b	#1, &__P1DIR
	.loc 1 103 0
	and.b	#llo(-2), &__P1OUT
	.loc 1 105 0
	bis	#8, r2
.L25:
	.loc 1 110 0
	cmp.b	#0, &rxdone
	jeq	.L18
	.loc 1 111 0
	mov.b	#0, &rxdone
	.loc 1 113 0
	mov.b	&state, r15
	cmp.b	#0, r15
	jne	.L19
	.loc 1 114 0
	cmp.b	#llo(-1), &rxbyte
	jne	.L18
	.loc 1 115 0
	mov.b	#1, &state
	jmp	.L18
.L19:
	.loc 1 116 0
	cmp.b	#1, r15
	jne	.L20
	.loc 1 117 0
	mov.b	&rxbyte, &buf
	.loc 1 119 0
	mov.b	#2, &state
	jmp	.L18
.L20:
	.loc 1 121 0
	mov.b	&rxbyte, &buf+1
	.loc 1 123 0
	dint
	nop
	.loc 1 124 0
	mov.b	&buf, r15
	swpb	r15
	mov.b	&buf+1, r14
	bis	r14, r15
	call	#philips_rc5_send
	.loc 1 126 0
	eint
	.loc 1 128 0
	mov.b	#0, &state
	.loc 1 130 0
	bis.b	#1, &__P1OUT
	.loc 1 131 0
	mov	#50, r15
	call	#delay_ms
	.loc 1 132 0
	and.b	#llo(-2), &__P1OUT
.L18:
	.loc 1 136 0
	cmp.b	#0, &rxdone
	jne	.L25
	.loc 1 137 0
	bis	#24, r2
	jmp	.L25
.LFE4:
.Lfe5:
	.size	main,.Lfe5-main
;; End of function 

	.text
	.p2align 1,0
.global	p1_isr
	.type	p1_isr,@function
/***********************
 * Interrupt Vector 2 Service Routine `p1_isr' 
 ***********************/
p1_isr:
.global	__isr_2
__isr_2:
.LFB5:
	.loc 1 143 0
	push	r15
.LCFI2:
	.loc 1 145 0
	and.b	#llo(-5), &__P1IE
	.loc 1 146 0
	and.b	#llo(-5), &__P1IFG
	.loc 1 149 0
	mov	#0, &rxbuf
	.loc 1 150 0
	mov.b	#9, &rxbit
	.loc 1 153 0
	mov	#544, &__TA0CTL
	.loc 1 154 0
	mov	&__TA0R, r15
	add	#52, r15
	mov	r15, &__TA0CCR0
	.loc 1 155 0
	mov	#80, &__TA0CCTL0
	.loc 1 156 0
	pop	r15
	reti
.LFE5:
.Lfe6:
	.size	p1_isr,.Lfe6-p1_isr
;; End of function 

	.p2align 1,0
.global	ta0_isr
	.type	ta0_isr,@function
/***********************
 * Interrupt Vector 9 Service Routine `ta0_isr' 
 ***********************/
ta0_isr:
.global	__isr_9
__isr_9:
.LFB6:
	.loc 1 158 0
	push	r15
.LCFI3:
	push	r14
.LCFI4:
	.loc 1 159 0
	add	#104, &__TA0CCR0
	.loc 1 161 0
	mov.b	&rxbit, r15
	cmp.b	#0, r15
	jne	.L28
	.loc 1 162 0
	mov	#512, &__TA0CTL
	.loc 1 163 0
	and	#llo(-17), &__TA0CCTL0
	.loc 1 165 0
	and.b	#llo(-5), &__P1IFG
	.loc 1 166 0
	bis.b	#4, &__P1IE
	.loc 1 169 0
	mov	&rxbuf, r15
	mov	r15, r14
	and	#513, r14
	cmp	#512, r14
	jne	.L29
	.loc 1 170 0
	clrc
	rrc	r15
	mov.b	r15, &rxbyte
	.loc 1 171 0
	mov.b	#1, &rxdone
.L29:
	.loc 1 174 0
	bic	#16, 4(r1)
	jmp	.L27
.L28:
	.loc 1 176 0
	bit.b	#4,&__P1IN
	jeq	.L31
	.loc 1 177 0
	bis	#1024, &rxbuf
.L31:
	.loc 1 179 0
	clrc
	rrc	&rxbuf
	.loc 1 181 0
	add.b	#llo(-1), r15
	mov.b	r15, &rxbit
.L27:
	.loc 1 183 0
	pop	r14
	pop	r15
	reti
.LFE6:
.Lfe7:
	.size	ta0_isr,.Lfe7-ta0_isr
;; End of function 

.global	RX_BIT
	.type	RX_BIT,@object
	.size	RX_BIT,1
RX_BIT:
	.byte	4
.global	state
.global	state
	.section	.bss
	.type	state,@object
	.size	state,1
state:
	.skip 2,0
.global	start
.global	start
	.type	start,@object
	.size	start,1
start:
	.skip 2,0
	.comm rxbyte,1
	.comm rxbuf,2,2
	.comm rxbit,1
	.comm rxdone,1
	.comm buf,20,2
	.section	.debug_frame,"",@progbits
.Lframe0:
	.4byte	.LECIE0-.LSCIE0
.LSCIE0:
	.4byte	0xffffffff
	.byte	0x1
	.string	""
	.uleb128 0x1
	.sleb128 -2
	.byte	0x0
	.byte	0xc
	.uleb128 0x1
	.uleb128 0x2
	.byte	0x80
	.uleb128 0x1
	.p2align 1,0
.LECIE0:
.LSFDE0:
	.4byte	.LEFDE0-.LASFDE0
.LASFDE0:
	.4byte	.Lframe0
	.2byte	.LFB0
	.2byte	.LFE0-.LFB0
	.p2align 1,0
.LEFDE0:
.LSFDE2:
	.4byte	.LEFDE2-.LASFDE2
.LASFDE2:
	.4byte	.Lframe0
	.2byte	.LFB1
	.2byte	.LFE1-.LFB1
	.p2align 1,0
.LEFDE2:
.LSFDE4:
	.4byte	.LEFDE4-.LASFDE4
.LASFDE4:
	.4byte	.Lframe0
	.2byte	.LFB2
	.2byte	.LFE2-.LFB2
	.p2align 1,0
.LEFDE4:
.LSFDE6:
	.4byte	.LEFDE6-.LASFDE6
.LASFDE6:
	.4byte	.Lframe0
	.2byte	.LFB3
	.2byte	.LFE3-.LFB3
	.byte	0x4
	.4byte	.LCFI0-.LFB3
	.byte	0xe
	.uleb128 0x4
	.byte	0x4
	.4byte	.LCFI1-.LCFI0
	.byte	0xe
	.uleb128 0x6
	.byte	0x8a
	.uleb128 0x3
	.byte	0x8b
	.uleb128 0x2
	.p2align 1,0
.LEFDE6:
.LSFDE8:
	.4byte	.LEFDE8-.LASFDE8
.LASFDE8:
	.4byte	.Lframe0
	.2byte	.LFB4
	.2byte	.LFE4-.LFB4
	.p2align 1,0
.LEFDE8:
.LSFDE10:
	.4byte	.LEFDE10-.LASFDE10
.LASFDE10:
	.4byte	.Lframe0
	.2byte	.LFB5
	.2byte	.LFE5-.LFB5
	.byte	0x4
	.4byte	.LCFI2-.LFB5
	.byte	0xe
	.uleb128 0x4
	.byte	0x8f
	.uleb128 0x2
	.p2align 1,0
.LEFDE10:
.LSFDE12:
	.4byte	.LEFDE12-.LASFDE12
.LASFDE12:
	.4byte	.Lframe0
	.2byte	.LFB6
	.2byte	.LFE6-.LFB6
	.byte	0x4
	.4byte	.LCFI3-.LFB6
	.byte	0xe
	.uleb128 0x4
	.byte	0x4
	.4byte	.LCFI4-.LCFI3
	.byte	0xe
	.uleb128 0x6
	.byte	0x8e
	.uleb128 0x3
	.byte	0x8f
	.uleb128 0x2
	.p2align 1,0
.LEFDE12:
	.text
.Letext0:
	.section	.debug_loc,"",@progbits
.Ldebug_loc0:
.LLST0:
	.2byte	.LVL0
	.2byte	.LVL1
	.2byte	0x1
	.byte	0x5f
	.2byte	0x0
	.2byte	0x0
.LLST1:
	.2byte	.LVL2
	.2byte	.LVL3
	.2byte	0x3
	.byte	0x8
	.byte	0x20
	.byte	0x9f
	.2byte	0x0
	.2byte	0x0
.LLST2:
	.2byte	.LFB3
	.2byte	.LCFI0
	.2byte	0x2
	.byte	0x71
	.sleb128 2
	.2byte	.LCFI0
	.2byte	.LCFI1
	.2byte	0x2
	.byte	0x71
	.sleb128 4
	.2byte	.LCFI1
	.2byte	.LFE3
	.2byte	0x2
	.byte	0x71
	.sleb128 6
	.2byte	0x0
	.2byte	0x0
.LLST3:
	.2byte	.LVL4
	.2byte	.LVL6
	.2byte	0x1
	.byte	0x5f
	.2byte	.LVL6
	.2byte	.LVL8
	.2byte	0x1
	.byte	0x5b
	.2byte	.LVL8
	.2byte	.LVL11
	.2byte	0x1
	.byte	0x5b
	.2byte	0x0
	.2byte	0x0
.LLST4:
	.2byte	.LVL6
	.2byte	.LVL7
	.2byte	0x2
	.byte	0x3e
	.byte	0x9f
	.2byte	.LVL7
	.2byte	.LVL8
	.2byte	0x1
	.byte	0x5a
	.2byte	.LVL8
	.2byte	.LVL9
	.2byte	0x1
	.byte	0x5a
	.2byte	.LVL9
	.2byte	.LVL10
	.2byte	0x1
	.byte	0x5a
	.2byte	0x0
	.2byte	0x0
.LLST5:
	.2byte	.LFB5
	.2byte	.LCFI2
	.2byte	0x2
	.byte	0x71
	.sleb128 2
	.2byte	.LCFI2
	.2byte	.LFE5
	.2byte	0x2
	.byte	0x71
	.sleb128 4
	.2byte	0x0
	.2byte	0x0
.LLST6:
	.2byte	.LFB6
	.2byte	.LCFI3
	.2byte	0x2
	.byte	0x71
	.sleb128 2
	.2byte	.LCFI3
	.2byte	.LCFI4
	.2byte	0x2
	.byte	0x71
	.sleb128 4
	.2byte	.LCFI4
	.2byte	.LFE6
	.2byte	0x2
	.byte	0x71
	.sleb128 6
	.2byte	0x0
	.2byte	0x0
	.file 2 "/usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/stdint.h"
	.file 3 "/usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/msp430g2452.h"
	.section	.debug_info
	.4byte	0x4f2
	.2byte	0x2
	.4byte	.Ldebug_abbrev0
	.byte	0x2
	.uleb128 0x1
	.4byte	.LASF62
	.byte	0x1
	.4byte	.LASF63
	.4byte	.LASF64
	.2byte	0x0
	.2byte	0x0
	.4byte	.Ldebug_ranges0+0x0
	.4byte	.Ldebug_line0
	.uleb128 0x2
	.4byte	.LASF3
	.byte	0x2
	.byte	0x26
	.4byte	0x30
	.uleb128 0x3
	.byte	0x1
	.byte	0x6
	.4byte	.LASF0
	.uleb128 0x4
	.byte	0x2
	.byte	0x5
	.string	"int"
	.uleb128 0x3
	.byte	0x4
	.byte	0x5
	.4byte	.LASF1
	.uleb128 0x3
	.byte	0x8
	.byte	0x5
	.4byte	.LASF2
	.uleb128 0x2
	.4byte	.LASF4
	.byte	0x2
	.byte	0x2b
	.4byte	0x57
	.uleb128 0x3
	.byte	0x1
	.byte	0x8
	.4byte	.LASF5
	.uleb128 0x2
	.4byte	.LASF6
	.byte	0x2
	.byte	0x2c
	.4byte	0x69
	.uleb128 0x3
	.byte	0x2
	.byte	0x7
	.4byte	.LASF7
	.uleb128 0x3
	.byte	0x4
	.byte	0x7
	.4byte	.LASF8
	.uleb128 0x3
	.byte	0x8
	.byte	0x7
	.4byte	.LASF9
	.uleb128 0x5
	.byte	0x1
	.4byte	.LASF10
	.byte	0x1
	.byte	0x21
	.byte	0x1
	.2byte	.LFB0
	.2byte	.LFE0
	.byte	0x2
	.byte	0x71
	.sleb128 2
	.4byte	0xa1
	.uleb128 0x6
	.string	"ms"
	.byte	0x1
	.byte	0x21
	.4byte	0x5e
	.4byte	.LLST0
	.byte	0x0
	.uleb128 0x7
	.byte	0x1
	.4byte	.LASF14
	.byte	0x1
	.byte	0x26
	.2byte	.LFB1
	.2byte	.LFE1
	.byte	0x2
	.byte	0x71
	.sleb128 2
	.uleb128 0x8
	.byte	0x1
	.4byte	.LASF65
	.byte	0x1
	.byte	0x2d
	.2byte	.LFB2
	.2byte	.LFE2
	.byte	0x2
	.byte	0x71
	.sleb128 2
	.4byte	0xd1
	.uleb128 0x9
	.string	"i"
	.byte	0x1
	.byte	0x2e
	.4byte	0x25
	.4byte	.LLST1
	.byte	0x0
	.uleb128 0xa
	.byte	0x1
	.4byte	.LASF11
	.byte	0x1
	.byte	0x3a
	.byte	0x1
	.2byte	.LFB3
	.2byte	.LFE3
	.4byte	.LLST2
	.4byte	0x112
	.uleb128 0xb
	.4byte	.LASF12
	.byte	0x1
	.byte	0x3a
	.4byte	0x5e
	.4byte	.LLST3
	.uleb128 0xc
	.4byte	.LASF13
	.byte	0x1
	.byte	0x3b
	.4byte	0x112
	.2byte	0x373
	.uleb128 0x9
	.string	"bit"
	.byte	0x1
	.byte	0x40
	.4byte	0x4c
	.4byte	.LLST4
	.byte	0x0
	.uleb128 0xd
	.4byte	0x5e
	.uleb128 0xe
	.byte	0x1
	.4byte	.LASF66
	.byte	0x1
	.byte	0x52
	.4byte	0x37
	.2byte	.LFB4
	.2byte	.LFE4
	.byte	0x2
	.byte	0x71
	.sleb128 2
	.uleb128 0xf
	.byte	0x1
	.4byte	.LASF15
	.byte	0x1
	.byte	0x8f
	.2byte	.LFB5
	.2byte	.LFE5
	.4byte	.LLST5
	.uleb128 0xf
	.byte	0x1
	.4byte	.LASF16
	.byte	0x1
	.byte	0x9e
	.2byte	.LFB6
	.2byte	.LFE6
	.4byte	.LLST6
	.uleb128 0x10
	.4byte	.LASF17
	.byte	0x3
	.2byte	0x110
	.4byte	.LASF19
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x11
	.4byte	0x57
	.uleb128 0x10
	.4byte	.LASF18
	.byte	0x3
	.2byte	0x112
	.4byte	.LASF20
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF21
	.byte	0x3
	.2byte	0x1c4
	.4byte	.LASF22
	.4byte	0x185
	.byte	0x1
	.byte	0x1
	.uleb128 0xd
	.4byte	0x15c
	.uleb128 0x10
	.4byte	.LASF23
	.byte	0x3
	.2byte	0x1c6
	.4byte	.LASF24
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF25
	.byte	0x3
	.2byte	0x1c8
	.4byte	.LASF26
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF27
	.byte	0x3
	.2byte	0x1ca
	.4byte	.LASF28
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF29
	.byte	0x3
	.2byte	0x1cc
	.4byte	.LASF30
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF31
	.byte	0x3
	.2byte	0x1ce
	.4byte	.LASF32
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF33
	.byte	0x3
	.2byte	0x1d9
	.4byte	.LASF34
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF35
	.byte	0x3
	.2byte	0x1db
	.4byte	.LASF36
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF37
	.byte	0x3
	.2byte	0x1e3
	.4byte	.LASF38
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF39
	.byte	0x3
	.2byte	0x1e5
	.4byte	.LASF40
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF41
	.byte	0x3
	.2byte	0x1f1
	.4byte	.LASF42
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x11
	.4byte	0x69
	.uleb128 0x10
	.4byte	.LASF43
	.byte	0x3
	.2byte	0x1f3
	.4byte	.LASF44
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF45
	.byte	0x3
	.2byte	0x1f9
	.4byte	.LASF46
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF47
	.byte	0x3
	.2byte	0x1fb
	.4byte	.LASF48
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF49
	.byte	0x3
	.2byte	0x2b6
	.4byte	.LASF50
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF51
	.byte	0x3
	.2byte	0x2f2
	.4byte	.LASF52
	.4byte	0x185
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF53
	.byte	0x3
	.2byte	0x2f4
	.4byte	.LASF54
	.4byte	0x185
	.byte	0x1
	.byte	0x1
	.uleb128 0x12
	.4byte	.LASF55
	.byte	0x1
	.byte	0x16
	.4byte	0x2bc
	.byte	0x1
	.byte	0x1
	.uleb128 0xd
	.4byte	0x4c
	.uleb128 0x12
	.4byte	.LASF56
	.byte	0x1
	.byte	0x18
	.4byte	0x4c
	.byte	0x1
	.byte	0x1
	.uleb128 0x12
	.4byte	.LASF57
	.byte	0x1
	.byte	0x19
	.4byte	0x5e
	.byte	0x1
	.byte	0x1
	.uleb128 0x12
	.4byte	.LASF58
	.byte	0x1
	.byte	0x1a
	.4byte	0x4c
	.byte	0x1
	.byte	0x1
	.uleb128 0x12
	.4byte	.LASF59
	.byte	0x1
	.byte	0x1b
	.4byte	0x4c
	.byte	0x1
	.byte	0x1
	.uleb128 0x12
	.4byte	.LASF60
	.byte	0x1
	.byte	0x1d
	.4byte	0x4c
	.byte	0x1
	.byte	0x1
	.uleb128 0x13
	.4byte	0x4c
	.4byte	0x312
	.uleb128 0x14
	.4byte	0x69
	.byte	0x13
	.byte	0x0
	.uleb128 0x15
	.string	"buf"
	.byte	0x1
	.byte	0x1e
	.4byte	0x302
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF17
	.byte	0x3
	.2byte	0x110
	.4byte	.LASF19
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF18
	.byte	0x3
	.2byte	0x112
	.4byte	.LASF20
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF21
	.byte	0x3
	.2byte	0x1c4
	.4byte	.LASF22
	.4byte	0x185
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF23
	.byte	0x3
	.2byte	0x1c6
	.4byte	.LASF24
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF25
	.byte	0x3
	.2byte	0x1c8
	.4byte	.LASF26
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF27
	.byte	0x3
	.2byte	0x1ca
	.4byte	.LASF28
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF29
	.byte	0x3
	.2byte	0x1cc
	.4byte	.LASF30
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF31
	.byte	0x3
	.2byte	0x1ce
	.4byte	.LASF32
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF33
	.byte	0x3
	.2byte	0x1d9
	.4byte	.LASF34
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF35
	.byte	0x3
	.2byte	0x1db
	.4byte	.LASF36
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF37
	.byte	0x3
	.2byte	0x1e3
	.4byte	.LASF38
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF39
	.byte	0x3
	.2byte	0x1e5
	.4byte	.LASF40
	.4byte	0x15c
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF41
	.byte	0x3
	.2byte	0x1f1
	.4byte	.LASF42
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF43
	.byte	0x3
	.2byte	0x1f3
	.4byte	.LASF44
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF45
	.byte	0x3
	.2byte	0x1f9
	.4byte	.LASF46
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF47
	.byte	0x3
	.2byte	0x1fb
	.4byte	.LASF48
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF49
	.byte	0x3
	.2byte	0x2b6
	.4byte	.LASF50
	.4byte	0x23e
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF51
	.byte	0x3
	.2byte	0x2f2
	.4byte	.LASF52
	.4byte	0x185
	.byte	0x1
	.byte	0x1
	.uleb128 0x10
	.4byte	.LASF53
	.byte	0x3
	.2byte	0x2f4
	.4byte	.LASF54
	.4byte	0x185
	.byte	0x1
	.byte	0x1
	.uleb128 0x16
	.4byte	.LASF55
	.byte	0x1
	.byte	0x16
	.4byte	0x2bc
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	RX_BIT
	.uleb128 0x16
	.4byte	.LASF56
	.byte	0x1
	.byte	0x18
	.4byte	0x4c
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	rxbyte
	.uleb128 0x16
	.4byte	.LASF57
	.byte	0x1
	.byte	0x19
	.4byte	0x5e
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	rxbuf
	.uleb128 0x16
	.4byte	.LASF58
	.byte	0x1
	.byte	0x1a
	.4byte	0x4c
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	rxbit
	.uleb128 0x16
	.4byte	.LASF59
	.byte	0x1
	.byte	0x1b
	.4byte	0x4c
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	rxdone
	.uleb128 0x16
	.4byte	.LASF60
	.byte	0x1
	.byte	0x1d
	.4byte	0x4c
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	state
	.uleb128 0x17
	.string	"buf"
	.byte	0x1
	.byte	0x1e
	.4byte	0x302
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	buf
	.uleb128 0x16
	.4byte	.LASF61
	.byte	0x1
	.byte	0x1f
	.4byte	0x4c
	.byte	0x1
	.byte	0x3
	.byte	0x3
	.2byte	start
	.byte	0x0
	.section	.debug_abbrev
	.uleb128 0x1
	.uleb128 0x11
	.byte	0x1
	.uleb128 0x25
	.uleb128 0xe
	.uleb128 0x13
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x1b
	.uleb128 0xe
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x52
	.uleb128 0x1
	.uleb128 0x55
	.uleb128 0x6
	.uleb128 0x10
	.uleb128 0x6
	.byte	0x0
	.byte	0x0
	.uleb128 0x2
	.uleb128 0x16
	.byte	0x0
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x24
	.byte	0x0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x3e
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0xe
	.byte	0x0
	.byte	0x0
	.uleb128 0x4
	.uleb128 0x24
	.byte	0x0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x3e
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0x8
	.byte	0x0
	.byte	0x0
	.uleb128 0x5
	.uleb128 0x2e
	.byte	0x1
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x27
	.uleb128 0xc
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0xa
	.uleb128 0x1
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0x6
	.uleb128 0x5
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x6
	.byte	0x0
	.byte	0x0
	.uleb128 0x7
	.uleb128 0x2e
	.byte	0x0
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0xa
	.byte	0x0
	.byte	0x0
	.uleb128 0x8
	.uleb128 0x2e
	.byte	0x1
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0xa
	.uleb128 0x1
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0x9
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x6
	.byte	0x0
	.byte	0x0
	.uleb128 0xa
	.uleb128 0x2e
	.byte	0x1
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x27
	.uleb128 0xc
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0x6
	.uleb128 0x1
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0xb
	.uleb128 0x5
	.byte	0x0
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x6
	.byte	0x0
	.byte	0x0
	.uleb128 0xc
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x1c
	.uleb128 0x5
	.byte	0x0
	.byte	0x0
	.uleb128 0xd
	.uleb128 0x26
	.byte	0x0
	.uleb128 0x49
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0xe
	.uleb128 0x2e
	.byte	0x0
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0xa
	.byte	0x0
	.byte	0x0
	.uleb128 0xf
	.uleb128 0x2e
	.byte	0x0
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0x6
	.byte	0x0
	.byte	0x0
	.uleb128 0x10
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0x5
	.uleb128 0x2007
	.uleb128 0xe
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3c
	.uleb128 0xc
	.byte	0x0
	.byte	0x0
	.uleb128 0x11
	.uleb128 0x35
	.byte	0x0
	.uleb128 0x49
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0x12
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3c
	.uleb128 0xc
	.byte	0x0
	.byte	0x0
	.uleb128 0x13
	.uleb128 0x1
	.byte	0x1
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x1
	.uleb128 0x13
	.byte	0x0
	.byte	0x0
	.uleb128 0x14
	.uleb128 0x21
	.byte	0x0
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2f
	.uleb128 0xb
	.byte	0x0
	.byte	0x0
	.uleb128 0x15
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x3c
	.uleb128 0xc
	.byte	0x0
	.byte	0x0
	.uleb128 0x16
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x2
	.uleb128 0xa
	.byte	0x0
	.byte	0x0
	.uleb128 0x17
	.uleb128 0x34
	.byte	0x0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0xc
	.uleb128 0x2
	.uleb128 0xa
	.byte	0x0
	.byte	0x0
	.byte	0x0
	.section	.debug_pubnames,"",@progbits
	.4byte	0xc2
	.2byte	0x2
	.4byte	.Ldebug_info0
	.4byte	0x4f6
	.4byte	0x7e
	.string	"delay_ms"
	.4byte	0xa1
	.string	"wait_for_button"
	.4byte	0xb0
	.string	"send_bit"
	.4byte	0xd1
	.string	"philips_rc5_send"
	.4byte	0x117
	.string	"main"
	.4byte	0x12a
	.string	"p1_isr"
	.4byte	0x13a
	.string	"ta0_isr"
	.4byte	0x475
	.string	"RX_BIT"
	.4byte	0x485
	.string	"rxbyte"
	.4byte	0x495
	.string	"rxbuf"
	.4byte	0x4a5
	.string	"rxbit"
	.4byte	0x4b5
	.string	"rxdone"
	.4byte	0x4c5
	.string	"state"
	.4byte	0x4d5
	.string	"buf"
	.4byte	0x4e5
	.string	"start"
	.4byte	0x0
	.section	.debug_pubtypes,"",@progbits
	.4byte	0x32
	.2byte	0x2
	.4byte	.Ldebug_info0
	.4byte	0x4f6
	.4byte	0x25
	.string	"int8_t"
	.4byte	0x4c
	.string	"uint8_t"
	.4byte	0x5e
	.string	"uint16_t"
	.4byte	0x0
	.section	.debug_aranges,"",@progbits
	.4byte	0x14
	.2byte	0x2
	.4byte	.Ldebug_info0
	.byte	0x2
	.byte	0x0
	.2byte	.Ltext0
	.2byte	.Letext0-.Ltext0
	.2byte	.LFB4
	.2byte	.LFE4-.LFB4
	.2byte	0x0
	.2byte	0x0
	.section	.debug_ranges,"",@progbits
.Ldebug_ranges0:
	.2byte	.Ltext0
	.2byte	.Letext0
	.2byte	.LFB4
	.2byte	.LFE4
	.2byte	0x0
	.2byte	0x0
	.section	.debug_str,"MS",@progbits,1
.LASF35:
	.string	"P2DIR"
.LASF10:
	.string	"delay_ms"
.LASF45:
	.string	"TA0R"
.LASF3:
	.string	"int8_t"
.LASF60:
	.string	"state"
.LASF65:
	.string	"send_bit"
.LASF29:
	.string	"P1IES"
.LASF24:
	.string	"*__P1OUT"
.LASF66:
	.string	"main"
.LASF12:
	.string	"data"
.LASF37:
	.string	"P2SEL"
.LASF25:
	.string	"P1DIR"
.LASF31:
	.string	"P1IE"
.LASF4:
	.string	"uint8_t"
.LASF52:
	.string	"*__CALDCO_1MHZ"
.LASF20:
	.string	"*__BCSCTL1"
.LASF21:
	.string	"P1IN"
.LASF54:
	.string	"*__CALBC1_1MHZ"
.LASF39:
	.string	"P2SEL2"
.LASF27:
	.string	"P1IFG"
.LASF11:
	.string	"philips_rc5_send"
.LASF2:
	.string	"long long int"
.LASF46:
	.string	"*__TA0R"
.LASF14:
	.string	"wait_for_button"
.LASF15:
	.string	"p1_isr"
.LASF1:
	.string	"long int"
.LASF40:
	.string	"*__P2SEL2"
.LASF34:
	.string	"*__P2OUT"
.LASF41:
	.string	"TA0CTL"
.LASF44:
	.string	"*__TA0CCTL0"
.LASF36:
	.string	"*__P2DIR"
.LASF48:
	.string	"*__TA0CCR0"
.LASF5:
	.string	"unsigned char"
.LASF0:
	.string	"signed char"
.LASF9:
	.string	"long long unsigned int"
.LASF7:
	.string	"unsigned int"
.LASF30:
	.string	"*__P1IES"
.LASF6:
	.string	"uint16_t"
.LASF26:
	.string	"*__P1DIR"
.LASF58:
	.string	"rxbit"
.LASF18:
	.string	"BCSCTL1"
.LASF61:
	.string	"start"
.LASF13:
	.string	"bit_cycles"
.LASF38:
	.string	"*__P2SEL"
.LASF47:
	.string	"TA0CCR0"
.LASF23:
	.string	"P1OUT"
.LASF64:
	.string	"/home/matti/devel/msp430/ir-blaster"
.LASF16:
	.string	"ta0_isr"
.LASF63:
	.string	"main.c"
.LASF8:
	.string	"long unsigned int"
.LASF28:
	.string	"*__P1IFG"
.LASF43:
	.string	"TA0CCTL0"
.LASF32:
	.string	"*__P1IE"
.LASF17:
	.string	"DCOCTL"
.LASF19:
	.string	"*__DCOCTL"
.LASF62:
	.string	"GNU C 4.5.3"
.LASF49:
	.string	"WDTCTL"
.LASF50:
	.string	"*__WDTCTL"
.LASF22:
	.string	"*__P1IN"
.LASF42:
	.string	"*__TA0CTL"
.LASF51:
	.string	"CALDCO_1MHZ"
.LASF56:
	.string	"rxbyte"
.LASF53:
	.string	"CALBC1_1MHZ"
.LASF57:
	.string	"rxbuf"
.LASF55:
	.string	"RX_BIT"
.LASF33:
	.string	"P2OUT"
.LASF59:
	.string	"rxdone"
