Picasm patch

Picasm 1.12(beta), http://www.iki.fi/trossi/pic/, does not handle files that generate data for eeproms like 24c16 or 24c32. I have made a patch so EEPROM data files may be compiled by picasm. An example of an eeprom data file:

        device ee24c16

        org 0,edata

TXT01   DATA  001h,"Some text 1"
        DATA  011h,012h
TXT02   DATA  002h,"Some more text"
        DATA  00h
        
        org 0d0h,edata
        
D01     DATA "another data set"
        DATA 1,2,3,4,5,6,7,8
        
        END

Download the picasm 1.12b patch (diff -ur), and readme.txt

An alternative pic assembler is in gputils

Linux pic and eeprom programmer for 16c84/16f84 and 24c16 (also DOS exe's)
back to home
counter