sjasmplus / sjasmplus

SJAsmPlus: Z80 cross-assembler

Home Page:http://zx.pk.ru/showthread.php?t=447

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

SJAsmPlus: Z80 cross-assembler

http://zx.pk.ru/showthread.php?t=447

License:zlib License


Languages

Language:C++ 91.3%Language:Python 3.2%Language:C 3.0%Language:CMake 0.9%Language:Makefile 0.8%Language:Assembly 0.7%Language:Shell 0.1%Language:Batchfile 0.1%