converting assemble to pic basic pro


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    28

    Default converting assemble to pic basic pro

    Is it possible to convert a piece of code in assembly into pic basic pro format

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Yes it is but there's no automated solution. You'll need to do it yourself or pay somebody here to do the job... and it's not going to be cheap

    Anyway, you can still leave everything intact and use the ASM ENDASM stuff.

    here's an example of something... yeah nothing really intelligent. You're not going to learn any assembler on the following.
    Code:
    TRISA=0
    ASM
         MOVLW d'7'
         MOVWF CMCON
    ENDASM
    LCDOUT $FE,1,"ZZZZZZZZzzzzzzzzzzzzzzzz"
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Looking at pic basic pro symbol values in mplab 8.15a simulator
    By ukemigrant in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 16th May 2009, 13:18
  2. I want to buy PIC BASIC PRO...
    By simransingh in forum General
    Replies: 2
    Last Post: - 30th October 2007, 17:13
  3. PIC BASIC or PIC BASIC PRO
    By kirkmans in forum USB
    Replies: 3
    Last Post: - 20th April 2007, 00:52
  4. Replies: 5
    Last Post: - 17th January 2006, 19:26
  5. help pic basic pro
    By f6ggy in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 29th September 2003, 00:55

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