Lines Matching refs:L
109 MOV.L #__tx_timer_system_clock, R1 ; Pickup address of system clock
110 MOV.L [R1], R2 ; Pickup system clock
112 MOV.L R2,[R1] ; Store new system clock
118 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
119 MOV.L [R1], R2 ; Pickup the current time slice
127 MOV.L R2, [R1] ; Store time-slice
138 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
139 MOV.L #1, R2 ; Build expired value
140 MOV.L R2, [R1] ; Set expired time slice variable
149 MOV.L #__tx_timer_current_ptr, R1 ; Pickup address of current timer ptr
150 MOV.L [R1], R2 ; Pickup current pointer
151 MOV.L [R2+], R1 ; pickup timer list entry, _tx_timer_current_ptr++
159 MOV.L #__tx_timer_expired,R2 ; Build address of expired flag
160 MOV.L #1, R1 ; Build expired value
161 MOV.L R1, [R2]
177 MOV.L #__tx_timer_list_end, R1 ; Pickup the timer list end ptr
178 MOV.L [R1], R1 ; Pickup actual timer list end