KO
|
EN
gitlite — search
Search
#ai-agent
#python
#dsh-plugin
#agentic-ai
#automation
#genpark
#llm-tools
#mcp-server
#deepseek-harness
#ruby
#dotfiles
#ai-agents
sjasmplus
★ 71
Open GitHub ↗
SJAsmPlus: Z80 cross-assembler
Download README (.md)
Explore Similar Repositories
jquery-feeds
:
BROKEN RSS/Atom aggregator with templating and cross-domain support.
CouchDB-Facebook-Authentication
:
A CouchDB Authentication Module that uses Facebook API to authenticate users
BeBoPr
:
3D printer controller software for BeagleBone with BeBoPr Cape. For information about the BeBoPr++ follow this link: https://github.com/modmaker/BeBoPr-plus-plus
fm
:
Ostora filemanager
framework
:
MVC framework for PHP 5.1.4 and later.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sjasmplus
?
Download (.md)
# sjasmplus SJAsmPlus Z80 Assembler # Building from source ## Requirements - [CMake](https://cmake.org/) - [Boost](https://www.boost.org/) C++ libraries ``` mkdir build cd build cmake .. make ``` To build on non-Unix systems (Windows / Visual Studio) see [CMake documentation on generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html). 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](https://github.com/sjasmplus/sjasmplus/wiki) (Wiki)