beagleboard / am335x_pru_package

332 stars 181 forks source link

Support for FreeBASIC output for pasm #48

Closed l4m4re closed 8 years ago

l4m4re commented 8 years ago

Hello,

In the package fb_prussdrv ( https://github.com/DTJF/fb_prussdrv ), which is used by libpruio ( http://beagleboard.org/project/libpruio/ ), there is a patched version of version 0.84 of the pasm compiler, which generates a *.bi file, which can be used by the FreeBasic compiler (fbc).

I have applied the patch to version 0.86 and updated the version number to 0.87. In the original patch, a -y option was added, which I changed to -f, with the f from FreeBasic.

I also made a man page. I wrote this in markdown format and then used "ronn" to convert it to a Unix man page.

It would be nice if this patch could be included in the beagleboard distribution...

Regards,

Arend.