https://github.com/gitgnu/gnu_z80asm
https://github.com/gitgnu/gnu_z80asm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitgnu/gnu_z80asm
- Owner: gitGNU
- License: other
- Created: 2017-05-05T16:26:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T16:26:19.000Z (about 9 years ago)
- Last Synced: 2025-04-04T00:43:07.261Z (about 1 year ago)
- Language: C
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This is z80asm, the Z80 Macro Assembler by Bas Wijnen.
How to install shevek's Z80 assembler
To install z80asm from the sources, you'll need the GNU autotools installed.
1. Preparation
Run autoreconf -fis to prepare the build
2. Configuration
Run ./configure for a standard installation to prefix /usr/local, with asembler header files installed into
/usr/local/share/z80asm. You can change the prefix by giving the --prefix=... parameter. For other options,
please see ./configure --help
3. Building the program
make all
builds the assembler and the documentation and runs tests.
4. Installation
sudo make install
installs everything to the configured prefix.