"?" marks in assembled code


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2007
    Posts
    2

    Default "?" marks in assembled code

    Hi, this my first post and i'm beginning to program my first pic 16f84.
    I'm using microcode with pic pasic pro compiler the problem is that when i
    compile a simple basic code, in the final asm file, i see question marks and
    strange letters as shown below.
    INCLUDE "BLINK.MAC"
    INCLUDE "C:\PBP\PBPPIC14.LIB"


    LABEL?L _loop
    HIGH?C 000h
    PAUSE?C 001F4h
    LOW?C 001h
    PAUSE?C 001F4h
    GOTO?L _loop
    END?

    can anyone please help me

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


    Did you find this post helpful? Yes | No

  3. #3
    Join Date
    Mar 2007
    Posts
    2


    Did you find this post helpful? Yes | No

    Default great response

    i feel alot more confident now thanks to you and this forum

Similar Threads

  1. Reading in Manchester code
    By brid0030 in forum Code Examples
    Replies: 0
    Last Post: - 10th March 2009, 21:55
  2. How much code space do PBP statements use.
    By Darrel Taylor in forum Code Examples
    Replies: 5
    Last Post: - 13th February 2009, 21:31
  3. Loop with two motor and 2 sensors
    By MrRoboto in forum mel PIC BASIC
    Replies: 4
    Last Post: - 8th December 2008, 23:40
  4. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  5. Re-Writing IF-THEN-AND-ENDIF code?
    By jessey in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 18th August 2006, 17:23

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