PIC assembly language programming

Hello,

I want to do assembly language programming for PIC16f628A

my problem statement is I want to do design a circuit and control water tank with level sensor.

I have 4 sensors and 2 valves

when 1 sensor on ----1 valve on

when 2 sensor on----2 valve on

when 3 sensor on----1 valve on and same for when 4 sensors on.

Thank you…

Your description of the logic you want to implement is very easy to do in assembly however writing code is pretty much the last step in the process. First you need to understand how your sensor inputs and control outputs work both physically and electrically. You then need to plan out the circuitry to make safe, reliabe, and functional connections to the PIC. How far along in the process are you? Share with us everything that you can and someone will help guide you along.

-Bill