flarn2006 / BHSTools

Tools for interacting with Brinks BHS-3000 and BHS-4000 / IntelliBus, custom firmware for BHS-4000
GNU General Public License v3.0
41 stars 8 forks source link

Switch to an open-source assembler #3

Open flarn2006 opened 4 years ago

flarn2006 commented 4 years ago

I wish I knew earlier that vasm existed. I didn't think any free tools existed for C166. Always nice to eliminate dependencies on proprietary software, plus it looks like this will work a lot better for my purposes anyway.

flarn2006 commented 4 years ago

And it looks like the GNU assembler supports C166 as well; the documentation just isn't very good.

(Use ./configure --target=xc16x-none-elf when compiling the assembler.)