Andy: We took over the Parallax dialect some time back. It is now called CVASM16. You will find some code examples on our web pages and included with the assembler and TDE (development environment) downloads. You will also find more 'Parallax' flavor awareness on our own PIC discussion list. Simple Example (assumes CVASM 6.0): include '16F84.inc' org 0 mov TRISB,#0 ; PORTB all outputs start mov PORTB,#55h ; write 0x55 to the port mov PORTB,#0AAh ; write the inverse jmp start ; do it again See my signature for web address and discussion list address. Jerry At 09:16 PM 11/25/01, you wrote: >Does someone have a small piece of Parallax code that they could post or >send me? What I'm looking for is the variable defenitions, the initial >part of the code (any register setups) and maybe turn an I/O port on and off. Jerry Merrill jerrym@tech-tools.com http://www.tech-tools.com FAX: (972) 494-5814 VOICE:(972) 272-9392 TechTools PO Box 462101 Garland, TX 75046-2101 Join our PICmicro MCU discussion list at http://www.tech-tools.com/picsource.htm Subscribe to our MONTHLY news letter at mailto:newsletter-request@tech-tools.com?subject=subscribe -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body