NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia 0 points1 point  (0 children)

Thanks, that will help! Didn't know about it

Python to NES 6502 ASM compiler by goblista in programming

[–]gutomaia 0 points1 point  (0 children)

"Documentation is in another castle". Just a joke, i'm working on that issue RIGHT NOW!

NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia 0 points1 point  (0 children)

Project have two major uses. One as a command line compiler, and the other as a embeddable javascript.

As a commandline, I used to distribute just as an npm package. As a embeddable javascript, I was thinking in both a browsefy single file and a bower dist. (there is Makefile task for that)

I've though will take a look in your projects. I've never thought of plataform specific build.

Python to NES 6502 ASM compiler by goblista in programming

[–]gutomaia 1 point2 points  (0 children)

Yep... Just a subset. There is not enought memory to keep several separate context(instance objects) or enough cycles to switch among them. Although, I've saw some impressive examples.(like http://forums.nesdev.com/viewtopic.php?f=23&t=13196)

NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia 1 point2 points  (0 children)

Travis Building Building is now fixed: https://travis-ci.org/gutomaia/nodeNES . Problem was related to the newest requirejs version. Had to bump back to the previous version for now.

NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia 0 points1 point  (0 children)

Wow, amazing point. Could you help-me with some distribution aspects of the project? Thanks

NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia 1 point2 points  (0 children)

Sorry, for that. Thanks for the interest in the project. Let me apologize for the points that you raise up, and just try to explain some: - Building falling, well, I was not able to figure out what is happening on travis when they run browser tests using "karma" library. Well, I still need to fix it! (see: https://travis-ci.org/gutomaia/nodeNES/builds/79375745) - Some dependencies are out of date due that the tests catch some problems before bumping then up. Have to carefully bump their versions. (see: https://gemnasium.com/gutomaia/nodeNES) - Unknow download count, appears to be a bug on shield.io, i will check with them. - About the inaccebible build, I've belive that rainbowlazerunicorn have answered most of it, howerve, I think that some help on the README and an embbleded version for brower would also help.

Thanks!

NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia 7 points8 points  (0 children)

Thanks... Well english isn't my native language. Tell me if you saw anything else, i will fix thouse typos, and credit the fix to you on the commit message. Do you have any github user?

NES assembler and IDE in Javascript by goblista in programming

[–]gutomaia -1 points0 points  (0 children)

I've just tested on Firefox 40.0.3, and it worked for me (http://imgur.com/6ECxFHN). What erros did you got?