Christmas star crisis (again!)


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    21

    Default Christmas star crisis (again!)

    For the last two years you guys have helped to get my Christmas star operational. Once again I have dug out the source code and tried to compile it but get errors. The start of the code (which is where the error seems to be ) is as follows:
    Code:
     @ DEVICE pic16f887,intrc_osc_noclkout
    ansel = %00000000
    delay var word
    
    fastflash var word
    
    PORTD = 0
    PORTA = 0
    PORTC = 0
    TRISD = 0
    TRISA = 0
    TRISC = 0
    fastflash = 150
    Last years error was caused by my not telling the compiler which chip I wqas using ! This time I have done that but still get the following errors:
    Warning[207]c:\programs\mechanique\mcs\xmas1.asm 138: Found label after column 1. (DEVICE)
    Error[122]c:\programs\mechanique\mcs\xmas1.asm 138:Illegal opcode (pic16f887)
    I realise I have done something dumb (I seem to make an annual habit of it ) but would gretly appreciate any help as my public are waiting for the "Star of David" to appear outside my house !

    Thanks in advance
    David M
    Last edited by Archangel; - 11th December 2010 at 01:03.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    That just means that MicroCode Studio is using MPASM for the assembler.

    Go to View > Compile and Program Options > Assembler tab and uncheck the Use MPASM checkbox.

    Then it will use the PM.exe assembler.
    DT

Members who have read this thread : 1

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