piclist 2001\05\26\103955a >
Thread: Trouble compiling parallax code with spasm...
massmind.org/techref/microchip/languages.htm?key=asm
flavicon
face BY : Jamie D. Merrill email (remove spam text)



If you are using CVASM 5.8 or earlier, you need to have a "Device"
directive before anything else in your source code and the device
directive (or ANY directives in CVASM) cannot begin at the first
position of a new line (use a TAB or Space).

If you are using CVASM 6.0, you will need to put a processor "include"
directive at the beginning of your code, and delete the "Device"
directive. As with earlier versions of CVASM, all directives cannot
begin at the first position of a new line.

To find out which version you are using, assemble with the "/L"
command-line switch. This will cause the assembler to generate a list
file with the same prefix as the source file, which identifies the
version.

Enjoy!
Jamie

Jason wrote:
{Quote hidden}

--
http://www.piclist.com hint: To leave the PICList
.....piclist-unsubscribe-requestKILLspamspammitvma.mit.edu


<3B0FC053.3E98F62E@swbell.net> 7bit

See also: massmind.org/techref/microchip/languages.htm?key=asm

month overview.

new search...