Search
You can find the results of your search below.
Fulltext results:
- Tire Pressure Sensor Code
- call _41_Sub call _141_Multiply call _Divide_by_128 call bin16_bcd movlw 0 ; Skip... movlw '_' call XLCDPut #endif return _Divide_by_128 ; Divide by 2^7 rlcf Mult0,F,A ; Rotate left 1 (Multiply by 2) rlcf Mult1,F,A ; rlcf... ,F,A ; movf Mult1,W,A ; Rotate right 8 (Divide by 256) movwf Mult0,A ; movf Mult2,W,A ;