comparison source/entry.s @ 7:59cb42810ad9

remove generated file
author mir3636
date Sun, 16 Dec 2018 12:29:39 +0900
parents c450faca55f4
children
comparison
equal deleted inserted replaced
5:b5220d63570e 7:59cb42810ad9
96 bx lr 96 bx lr
97 97
98 .global getsystemtime 98 .global getsystemtime
99 getsystemtime: 99 getsystemtime:
100 ldr r0, =0xFE003004 /* addr of the time-stamp lower 32 bits */ 100 ldr r0, =0xFE003004 /* addr of the time-stamp lower 32 bits */
101 //ldr r0, =0xFE1E2020 /* addr of the time-stamp lower 32 bits */
101 ldrd r0, r1, [r0] 102 ldrd r0, r1, [r0]
102 bx lr 103 bx lr
103 104
104 105