SuperCIC: wip
This commit is contained in:
parent
7914df81c4
commit
92da63754a
@ -248,7 +248,7 @@ loop1
|
|||||||
andwf FSR, w
|
andwf FSR, w
|
||||||
btfss STATUS, Z
|
btfss STATUS, Z
|
||||||
goto loop1
|
goto loop1
|
||||||
movlw 0x2 ; wait 20
|
movlw 0x2 ; wait 10
|
||||||
call wait ;
|
call wait ;
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|||||||
@ -575,12 +575,12 @@ mangle_key_withskip
|
|||||||
andlw 0xf
|
andlw 0xf
|
||||||
addlw 0xf
|
addlw 0xf
|
||||||
movwf 0x20
|
movwf 0x20
|
||||||
nop
|
bsf PORTC, 1
|
||||||
nop
|
movlw PORTC
|
||||||
nop
|
movwf 0x5e
|
||||||
nop
|
bcf PORTC, 1
|
||||||
nop
|
movlw PORTC
|
||||||
nop
|
movwf 0x5f
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
@ -588,7 +588,7 @@ mangle_key_withskip
|
|||||||
nop
|
nop
|
||||||
btfss 0x20, 4 ; skip if half-byte carry
|
btfss 0x20, 4 ; skip if half-byte carry
|
||||||
goto mangle_return ; +2 cycles in return
|
goto mangle_return ; +2 cycles in return
|
||||||
nop
|
movf 0x20, w ; restore w (previously destroyed)
|
||||||
goto mangle_key_loop
|
goto mangle_key_loop
|
||||||
mangle_return
|
mangle_return
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user