Recent content by REDHOTHOBO

  1. R

    Help using multiplication with PIC microcontroller

    Hi, I need some help with a task on my electronics course at college. The program underneath should multiply 3 and 2 to make 6 but instead I get 9. Could anyone help correct this please and then turn it into a linear program. Thank you! cblock 0x20 first second endc org 0 Start: bsf STATUS,RP0...
Top