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