Going back to basics, some advice on memory storage


Results 1 to 8 of 8

Threaded View

  1. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,671


    Did you find this post helpful? Yes | No

    Default Re: Going back to basics, some advice on memory storage

    sorry about the sarcasm ,but doing it your way that's a lot of typing

    still
    DATA 8,CH1_Max.lowbyte
    DATA 9,CH1_MAX.highbyte
    DATA 10,CH2_Max.lowbyte
    won't work data can only store constants

    data @8, 123,34,23,15 ........................ for the other 92 values

    and it can be readback with read
    Last edited by richard; - 23rd March 2016 at 23:17. Reason: @fell off

Similar Threads

  1. I2C storage issue
    By lerameur in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th November 2010, 19:42
  2. Memory Overflow? Urgently need advice
    By curian88 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 12th April 2010, 14:42
  3. data storage label
    By MINHLE in forum General
    Replies: 6
    Last Post: - 17th December 2009, 14:04
  4. internal storage space?
    By gtrplaya101 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 27th October 2009, 06:45
  5. The basics
    By malc-c in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 22nd June 2008, 00:09

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