help with how PIC stores values


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: help with how PIC stores values

    any input guys ???

  2. #2
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default Re: help with how PIC stores values

    well, if you only have the variable sized as a byte, you cnt have a value bigger thn 255. However, if you have a word sized variable then you would store the upper byte to a single storage element then, store the lower byte to the next proceeding storage element. You would just read the upper byte and then the lower byte into a word sized variable when ready to read it from memory.
    Dave Purola,
    N8NTA
    EN82fn

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts