Sjasmplus Sjasmplus Save

SJAsmPlus: Z80 cross-assembler

Project README

sjasmplus

SJAsmPlus Z80 Assembler

Building from source

Requirements

mkdir build
cd build
cmake ..
make

To build on non-Unix systems (Windows / Visual Studio) see CMake documentation on generators. The necessary steps are something like the following:

mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
# The above will generate a solution file for Visual Studio.
# Now open the generated solution file in Visual studio and build the project.

Usage

See Documentation (Wiki)

Open Source Agenda is not affiliated with "Sjasmplus Sjasmplus" Project. README Source: sjasmplus/sjasmplus
Stars
63
Open Issues
9
Last Commit
1 year ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating