Assembly code for the A.C. Wright 6502 project.
Each program directory contains its own Makefile. To build a program, navigate to its directory and use make.
On macOS, install via Homebrew:
brew install cc65For other platforms or installation methods, refer to the cc65 project.
Install from NPM (recommended):
npm install -g bin2wozOr build from source:
-
Clone the repository:
git clone https://github.com/acwright/bin2woz.git cd bin2woz -
Install dependencies and build:
npm install npm run build
-
Link globally (optional):
npm link
For more information, see the bin2woz project.
makeormake all- Build the programmake view- Display hexdump of the built programmake woz- Create a Wozmon compatible file using bin2wozmake clean- Remove build artifacts
cd <directory-name>
make # Build the program
make view # View the hexdump
make woz # Create a Wozmon compatible file