# nesasm **Repository Path**: pppppppppppppppppppp/nesasm ## Basic Information - **Project Name**: nesasm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-31 - **Last Updated**: 2025-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nesasm A NES assembler written in C. The source code was based off bunnyboy's modifications of the original NESASM, available [here](http://www.nespowerpak.com/nesasm/NESASM3.zip). Main differences from the original: * PC-Engine support was removed * Uses CMake as build tool Original documentation can be found at `docs/` ## Install You will need [CMake](https://cmake.org/) for building. After installing and cloning the repository run `make` to compile and `sudo make install` to install. ## License This program is freeware. You are free to distribute, use and modifiy it as you wish. Original 6502 version by: * J. H. Van Ornum NES version by: * Charles Doty Further modifications by: * bunnyboy, from [RetroUSB](https://www.retrousb.com/)