SuperCIC pair mode disable switch

This commit is contained in:
ikari
2010-05-07 09:10:23 +02:00
parent 14b82b8808
commit 18d7cbbd6f
2 changed files with 5 additions and 2 deletions

View File

@@ -595,6 +595,7 @@ mangle_key_withskip
bsf PORTC, 1
movf PORTC, w
movwf 0x5e
nop
bcf PORTC, 1
movf PORTC, w
movwf 0x5f
@@ -602,7 +603,6 @@ mangle_key_withskip
nop
nop
nop
nop
btfss 0x20, 4 ; skip if half-byte carry
goto mangle_return ; +2 cycles in return
movf 0x20, w ; restore w (previously destroyed)