Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.34 KB

The O.G. NESasm assembler for NES 6502 assembly, version 3.1 (Latest as of March 2016). Includes Makefile for OS X / Linux / other Unix-like OSes.

Usage
cd source && make && sudo make install

Then run the assembler with nesasm.

See usage.txt for more details.

Credits

Original source, by bunnyboy, is available here. The only modification I made is inclusion of the Makefile, which was adapted from the one included with MagicKit, and the text files, which were found in various places in the aforementioned sites and by lots of research/searching on my part.

Resources