# figure the scope of this processor
A=`cat /dev/pim.cs`
A=`expr $A"" : '......\(.\)'`
case $A in
1)	echo 0x8001;;
0)	echo 0x8000;;
*)	echo 1;;
esac
