Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Art; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: PIC16f877a bcd seven segment controling through four inputs

    w = portd
    portb = w & b00001111
    w = w >> 4
    portc = w


    Maybe that’s a more appropriate answer :D
    PBP can’t do anything that can’t be done in assembler.
    No need to ever check anything unless...
  2. Re: PIC16f877a bcd seven segment controling through four inputs

    Yes, execution will be looking at address 15 for a file value which is probably zero instead of moving the literal 15 to w.
    Probably a typo because setting w with a literal is done properly...
Results 1 to 2 of 2