I
ilmvmastm
Guest
Hello every one!
I have a microcontroler PIC16F88. I want to make some simple
applications with it, but for some applications I need to swap the
value of one bit in one of two ports (PORTA or PORTB).
For example:
If PORTB bit 3 is set I want to reset it. And if PORTB bit 3 is reset
I want to set it.
In main idea i want to make logical NOT for bit 3 or antoher bit in
ports.
In programing language C this thing is :
PORTB,3 != PORTB,3
but I can't inplement this in my assembler program.
If someone understand my idea can you help me for this?
Thank you for your attention!
I have a microcontroler PIC16F88. I want to make some simple
applications with it, but for some applications I need to swap the
value of one bit in one of two ports (PORTA or PORTB).
For example:
If PORTB bit 3 is set I want to reset it. And if PORTB bit 3 is reset
I want to set it.
In main idea i want to make logical NOT for bit 3 or antoher bit in
ports.
In programing language C this thing is :
PORTB,3 != PORTB,3
but I can't inplement this in my assembler program.
If someone understand my idea can you help me for this?
Thank you for your attention!