SX-Key v3.2.3 Problem
Hi.· I'm very new to the SX community.· I have just purchased the SX Tech Tool kit from Parallax.· I have down loaded the SX-Key IDE software from Parallax and installed it.· I started to work on Gunthers Tut001 program.· I have written it as shown in the book, but when I compile it, the List Q=37 shows unknown command, as does Reset, Mov, Loop, clrb, setb, jmp, and last is No "program" command used?· I have the USB version of the programmer, but the sx-key software lists NO usb port.· What have I done incorrectly?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
Make sure you are starting with "FILE->New (Assembly)" before you type in the program.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"The welfare of the people in particular has always been the alibi of tyrants." ~ Camus
www.iElectronicDesigns.com
·
' ============================================================================
' Programming the SX Microcontroller
' Tut001.src
' DAVID MARUSKA 11/07/08
' ============================================================================
LIST Q = 37
DEVICE·SX28L, TURBO, STACKX, OSCHS2
IRC_CAL·IRC_FAST
FREQ·50_000_000
RESET·0
·mov·!rb,·#%11111110
Loop
·clrb·rb.0
·setb·rb.0
·jmp·Loop
And welcome to the forums...
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"The welfare of the people in particular has always been the alibi of tyrants." ~ Camus
www.iElectronicDesigns.com
·