; generated by Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d]
; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave -o..\output\main.o --asm_dir=..\List\ --list_dir=..\List\ --depend=..\output\main.d --cpu=Cortex-M0+ --apcs=interwork --diag_suppress=9931 -I..\FWLib\SC32F1XXX_Lib\inc -I..\User\HeadFiles -I..\User -I..\Drivers -I..\Apps -I..\CMSIS -D__UVISION_VERSION=536 -DSC32f12xx --omf_browse=..\output\main.crf ..\User\main.c]
                          THUMB

                          AREA ||i.main||, CODE, READONLY, ALIGN=2

                  main PROC
;;;30       */
;;;31     int main(void)
000000  b508              PUSH     {r3,lr}
;;;32     {
;;;33         /*<Generated by EasyCodeCube begin>*/
;;;34         /*<UserCodeStart>*//*<SinOne-Tag><36>*/
;;;35         IcResourceInit();
000002  f7fffffe          BL       IcResourceInit
;;;36         Led_Init();
000006  f7fffffe          BL       Led_Init
;;;37         /*<UserCodeEnd>*//*<SinOne-Tag><36>*/
;;;38         /*<UserCodeStart>*//*<SinOne-Tag><4>*/
;;;39         /*****MainLoop*****/
;;;40         while(1)
;;;41         {
;;;42             /*<UserCodeStart>*//*<SinOne-Tag><14>*/
;;;43             /***User program***/
;;;44             Led_Display( Miao%10 , Miao/10 , Fen%10 , Fen/10 , 0x04 );
00000a  4f0b              LDR      r7,|L1.56|
                  |L1.12|
00000c  210a              MOVS     r1,#0xa
00000e  6838              LDR      r0,[r7,#0]  ; Fen
000010  f7fffffe          BL       __aeabi_uidivmod
000014  4604              MOV      r4,r0
000016  4809              LDR      r0,|L1.60|
000018  460e              MOV      r6,r1
00001a  210a              MOVS     r1,#0xa
00001c  6800              LDR      r0,[r0,#0]  ; Miao
00001e  f7fffffe          BL       __aeabi_uidivmod
000022  4605              MOV      r5,r0
000024  4608              MOV      r0,r1
000026  2104              MOVS     r1,#4
000028  9100              STR      r1,[sp,#0]
00002a  4623              MOV      r3,r4
00002c  4632              MOV      r2,r6
00002e  4629              MOV      r1,r5
000030  f7fffffe          BL       Led_Display
000034  e7ea              B        |L1.12|
;;;45             /*<UserCodeEnd>*//*<SinOne-Tag><14>*/
;;;46             /*<Begin-Inserted by EasyCodeCube for Condition>*/
;;;47         }
;;;48         /*<UserCodeEnd>*//*<SinOne-Tag><4>*/
;;;49         /*<Generated by EasyCodeCube end>*/
;;;50     }
                          ENDP

000036  0000              DCW      0x0000
                  |L1.56|
                          DCD      ||Fen||
                  |L1.60|
                          DCD      Miao

;*** Start embedded assembler ***

#line 1 "..\\User\\main.c"
	AREA ||.rev16_text||, CODE
	THUMB
	EXPORT |__asm___6_main_c_main____REV16|
#line 463 "..\\CMSIS\\cmsis_armcc.h"
|__asm___6_main_c_main____REV16| PROC
#line 464

 rev16 r0, r0
 bx lr
	ENDP
	AREA ||.revsh_text||, CODE
	THUMB
	EXPORT |__asm___6_main_c_main____REVSH|
#line 478
|__asm___6_main_c_main____REVSH| PROC
#line 479

 revsh r0, r0
 bx lr
	ENDP

;*** End   embedded assembler ***

                  __ARM_use_no_argv EQU 0
