Sat May 11, 2013 10:10 pm
#include <p18F8720.inc>
org 0x00
goto start
org 0x08
retfie
org 0x18
retfie
start movlw 0x05 ; WREG <- 0x05
subwf 0x10,F,A ; 0x10 <-[0x10] – 0x05
subwf 0x11,F,A ; 0x11 <-[0x11] – 0x05
subwf 0x12,F,A ; 0x12 <-[0x12] – 0x05
subwf 0x13,F,A ; 0x13 <-[0x13] – 0x05
end
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.