BHSTools icon indicating copy to clipboard operation
BHSTools copied to clipboard

Switch to an open-source assembler

Open flarn2006 opened this issue 5 years ago • 1 comments

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 avatar Nov 20 '19 01:11 flarn2006

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.)

flarn2006 avatar Nov 24 '19 00:11 flarn2006