Shop OBEX P1 Docs P2 Docs Learn Events
move along, nothing to see here — Parallax Forums

move along, nothing to see here

Paul BakerPaul Baker Posts: 6,351
edited 2006-01-24 04:10 in General Discussion
holding place for picture sent in PM

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
103 x 115 - 1K

Comments

  • Jim EwaldJim Ewald Posts: 733
    edited 2005-11-07 05:45
    This is a (········ ) space test.

    This is another···· space···· test··· .



    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jim

    Parallax IT Dept.
  • MacGeek117MacGeek117 Posts: 747
    edited 2005-11-17 19:39
    ' =========================================================================
    '
    '   File...... Interrupt Test 1.SXB
    '   Purpose... 
    '   Author.... Peter Quello 
    '   E-mail....  
    '   Started... 17 NOV 2005
    '   Updated...
    '
    ' =========================================================================
    
    ' -------------------------------------------------------------------------
    ' Program Description
    ' -------------------------------------------------------------------------
    
    ' -------------------------------------------------------------------------
    ' Device Settings
    ' -------------------------------------------------------------------------
    DEVICE          SX28, OSCHS3, TURBO, STACKX, OPTIONX
    FREQ            50_000_000
    ' -------------------------------------------------------------------------
    ' IO Pins
    ' -------------------------------------------------------------------------
    
    ' -------------------------------------------------------------------------
    ' Constants
    ' -------------------------------------------------------------------------
    
    ' -------------------------------------------------------------------------
    ' Variables
    ' -------------------------------------------------------------------------
    
    ' -------------------------------------------------------------------------
     INTERRUPT
    ' -------------------------------------------------------------------------
    TOGGLE RB.0
    RETURNINT 156            
    ' =========================================================================
      PROGRAM Start
    ' =========================================================================
     
    
    ' -------------------------------------------------------------------------
    ' Subroutine Declarations
    ' -------------------------------------------------------------------------
    
    ' -------------------------------------------------------------------------
    ' Program Code
    ' -------------------------------------------------------------------------
    Start:
    
    Main:
    PAUSEUS 100
    
    ' -------------------------------------------------------------------------
    ' Subroutine Code
    ' -------------------------------------------------------------------------
    
    

    I think it works!

    RoboGeek

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    There are 10 kinds of people in the world,

    those that know binary and those that don't.
    Formerly bugg.
    www.parallax.com
    www.goldmine-elec.com
    www.expresspcb.com
    www.startrek.com
    ·
  • paul_epaul_e Posts: 1
    edited 2006-01-24 04:10
    test
Sign In or Register to comment.