help with pic16f887


Results 1 to 40 of 61

Threaded View

  1. #11
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    You can still use DOS.
    Here is the guts of a *.bat file. Running Win7 64 bit.
    Change the paths and file name as needed.
    Code:
    cd
    c:\pbp\pbpw -e -s -ac:\C:\Program Files (x86)\Microchip\MPASM Suite -p16f676  C:\PICPROGS\T1\T1.bas
    cd C:\Program Files (x86)\Microchip\MPASM Suite
    MPASMWIN.exe /e C:\PICPROGS\T1\T1.ASM
    cd\
    Why would I want to use MPASM for the assembler as you mention earlier ??
    Because you need it for the 18F parts and basically more advanced "stuff".
    Last edited by mackrackit; - 30th November 2010 at 18:55.
    Dave
    Always wear safety glasses while programming.

Members who have read this thread : 0

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