V 2.60 and DT Instant Interrupts?


Closed Thread
Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,116


    Did you find this post helpful? Yes | No

    Default

    And what news does the 2.60 bring?

    Ioannis

  2. #2
    Join Date
    Sep 2007
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    As always, many new parts. New libraries have been created for
    the 14-bit enhanced core.

    The MPLAB integration has been reworked in response to Microchip
    dropping COD file support. COFF files are now generated for all
    cores, without requiring use of MPLINK. A batch-execution method
    has been added to alleviate the requirement of PATH variable
    modifications. A build-options checkbox for PBPL has been added.


    New commands/operators are:
    Code:
    ARRAYREAD
    ARRAYWRITE
    'These commands allow you to treat an array variable with the 
    'ASCII format modifiers like DEC, HEX, BIN, etc.  You can write
    'strings into an array (format), or read values from a string in
    'an array (parse).   Examples:
    
    	string1	VAR BYTE[24]
    	string2 VAR BYTE[24]
    	ARRAYWRITE string1, [REP 0\24]  ' fill string with zeros
    	ARRAYWRITE string1, ["ADC Value: ", DEC value] ' store display string
    	ARRAYREAD string1, 24, not_found, [WAIT(":"), DEC value] ' parse a value
    	ARRAYWRITE string2, [STR string1\24]  ' copy from one array to another
    
    DO    'new syntax for loops, tests are WHILE/UNTIL, at DO or LOOP
    LOOP
    
    ELSEIF     'allows multiple sections of IF..THEN with conditionals
    
    EXIT       'jump to end of DO, FOR, REPEAT, etc.
    
    ON GOTO    'alternate syntax for BRANCHL
    
    ON GOSUB   'BRANCHL, but calls with GOSUB and allows RETURN
    
    ATN        'arctangent
    HYP        'hypotenuse
    Charles Leo
    microEngineering Labs, Inc.
    http://melabs.com

  3. #3
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Well that's a musshav'it, BTW you guys sell an upgrade from PBC to PBP, any chance of a good guy price on PBC for PBP owners ? Now why would I want that? To learn it so as to be able to understand and answer questions. Going now to order 2.6.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  4. #4
    Join Date
    Sep 2007
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    Now, there's a request I don't hear every day. Sorry, though. I'm afraid there's no discounted path from PBP to PBC, even for a well-intentioned good guy.
    Charles Leo
    microEngineering Labs, Inc.
    http://melabs.com

  5. #5
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Cost nothing to ask . . .
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. DT instant interrupts with mister_e keypad
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th November 2008, 20:02
  2. DT Instant Interrupts help
    By perides in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 26th November 2008, 18:41
  3. 12F683 and DT Instant Interrupts
    By jderson in forum mel PIC BASIC Pro
    Replies: 26
    Last Post: - 22nd November 2008, 12:47
  4. 18F1220 and DT Instant Interrupts
    By jderson in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 30th June 2008, 05:37
  5. Replies: 1
    Last Post: - 1st November 2006, 03:11

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