If dip1 = 1 and dip2 = 1 and dip3 = 1 and dip4 = 1 then
pause 8000
else
if dip1 = 0 etc.



endif

or
something var byte
something = porta &%00111100
if something = 60 then
pause 8000
else
if something = etc.

endif