Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MrSteveMan

    variable and pointer on the same line

    Ok, oconnellb, I used your first method. Seems to work quite nicely, and not too complicated. Thanks a lot guys for all your help.
  2. MrSteveMan

    variable and pointer on the same line

    I spoke too soon. I'm still having trouble. I have the following lines: movf dec1 movwf PORTB call number + PORTB where dec1 holds the value 0..9, and PORTB is a register. The interface that I'm using has a program memory window which displays these lines for the lines above: movf...
  3. MrSteveMan

    variable and pointer on the same line

    That worked! All I can say is, DUH!! Thanks a bunch.
  4. MrSteveMan

    variable and pointer on the same line

    Im trying to program a PIC microcontroller. I have the lines number call zero call one call two . . . call ten return call nuber + i where i is an integer. I want to call the adress of "number", plus the value of "i", but my program calls the adress...
  5. MrSteveMan

    display Hex as Dec using PIC16F84 series Microchip

    zBuilder, you were right there is no divide operand for this microcontroller. Im still working on the details, but so far, your method seems to work good. Thanks!
  6. MrSteveMan

    display Hex as Dec using PIC16F84 series Microchip

    Hi, Im trying to display a number stored in a register (as hex of course) of a PIC16F84 series microcontroller on a 7-segmented LED display as decimal. Im presented with the problem of converting that number to dec and displaying it. I am fairly new to the language. Any helpful tips?

Part and Inventory Search

Back
Top