YAA - Yet Another Assembler

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
kktos
Posts: 6
Joined: 12 Jan 2021

YAA - Yet Another Assembler

Post by kktos »

Howdy !

So yes, as the title said, here another 6502/65C02 assembler. What's the world needed... :twisted:
This is for my own usage because nowadays most of my tools are around javascript, I thought to have an assembler in js would be useful.
So I wrote it. :roll:
And I'm using it for all my projects. So far so good.
But what would be better than asking the community to stress the thing and see if it breaks.
In other words, I'm asking for help for a Quality Audit.
Don't sweat on it, as, like aforementioned, there are plenty of assemblers outhere :wink:
But if you feel like it, I'd be glad.
Here is the npm package : jsasm6502
The link to it : https://www.npmjs.com/package/jsasm6502
TIA,
/kktos
User avatar
BigEd
Posts: 11464
Joined: 11 Dec 2008
Location: England
Contact:

Re: YAA - Yet Another Assembler

Post by BigEd »

Well done, and thanks for sharing!
kktos
Posts: 6
Joined: 12 Jan 2021

Re: YAA - Yet Another Assembler

Post by kktos »

> Well done
wait to test the thing..... :mrgreen:
Post Reply