emkay / nesly-assembler

javascript assembler for 6502 asm
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

how to get this goingq #1

Closed fritzvd closed 8 years ago

fritzvd commented 8 years ago

Hi Emkay,

I was pursuing a very similar path to yours, and couldn't really find a way to contact you other than gh-issues. Anyways. I was wondering what kind of input it uses. Is it nesasm compatible assembly or a specific subset?

Anways I tried your example from the nesly repo and couldn't get that to work with this assembler. Am I missing anything?

Fritz

emkay commented 8 years ago

hey Fritz, yeah this isn't completely working yet. I'm using nesasm to test it out with. I've gotten close to getting it working, but haven't had a ton of time to dig down into it. If you want to take a crack I would love the help.

fritzvd commented 8 years ago

Actually! I forgot to add the char file. So I got it now. The error message was kind of misleading == undefined

emkay commented 8 years ago

@fritzvd yeah it needs a lot of love. It's a port over so I expect error messages and api to change a lot.

fritzvd commented 8 years ago

And thanks for responding so swiftly. I was actually starting in the process of writing some tools to aid with C compilation for cc65. But this feels like it would work will with js-devs. which was what I was aiming for. Just sort of serendipitously stumbled upon this repo :tada:

So let me see what I can do / find time for and get back to you.

emkay commented 8 years ago

@fritzvd what would be cool to get going would be to have some test asm and get some tests going to see what else needs to be done. My goal for this is to use this so I don't have to depend on compiling an external dependency when working on Nintendo stuff in js. If we had this going we could just add it as a normal module to nesly-sound and use it in the browser.

emkay commented 8 years ago

@fritzvd awesome! yeah feel free to open issues, send PRs etc. thanks!

fritzvd commented 8 years ago

yes. also instead of pointing to obscure compilers somewhere --> just npm install

fritzvd commented 8 years ago

one more thing nesly-sprite seems like it can rip the sprite can it also put back a sprite?

emkay commented 8 years ago

was working on a similar module nesly-meld to do exactly that.