I have some lit on the PIC commands but nothing on the usage method.
For example to recieve setup: send a control command
mov al,[command code to get setup]
IN 20h,al
then get the 4 control words by 4 consecutive commands?
OUT 20h,al
is this how to do it?
do you know where i can get difinitive...