25LC160 with PicBasic???


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Florida
    Posts
    64

    Default

    is

    SHIFTOUT DO, CLK, 1, [2, ADDR.HIGHBYTE, ADDR.LOWBYTE, ADDR]


    OR

    is

    SHIFTOUT DO, CLK, 1, [$02, ADDR.HIGHBYTE, ADDR.LOWBYTE, ADDR]

    3 = $03 and 6 = $06?

  2. #2
    skimask's Avatar
    skimask Guest

    Default

    Quote Originally Posted by manwolf View Post
    3 = $03 and 6 = $06?
    Same - same ....
    For instance......
    65 = $41 = %01000001 = "A" = (any other equation that comes out to 65, but I don't think statements like SHIFTOUT or SEROUT like that sort of thing)...

Similar Threads

  1. Proton PICBASIC vs MeLabs PICBASIC
    By Fredrick in forum General
    Replies: 22
    Last Post: - 11th January 2008, 21:51
  2. Picbasic VS C Compiler
    By koossa in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 11th October 2005, 21:44
  3. Replies: 22
    Last Post: - 12th July 2005, 17:39
  4. PicBasic Fundamentals
    By Billyc in forum General
    Replies: 9
    Last Post: - 4th May 2004, 10:04
  5. PicBasic Pro & PicBasic syntax different
    By Billyc in forum General
    Replies: 5
    Last Post: - 16th April 2004, 21:19

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