Skip to content

KnightOS/scas

 
 

Repository files navigation

scas

builds.sr.ht status

Assembler and linker for z80.

Status

We're finally just about done! All that's needed is a bit more testing before 1.0 proper can be released.

Compiling from Source

Compiling under UNIX and Cygwin environments:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install

Compiling on windows is recommended with MSYS2, but will probably work with MinGW as well:

mkdir build
cd build
cmake -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=Release ..
make
make install

Don't forget to run the MSYS terminal as admin, or install under MSYS2 binaries with -DCMAKE_INSTALL_PREFIX=/mingw64.

Now read man scas to learn how to use it.

Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with developers, or ask any other questions about KnightOS, you can hang out in the IRC channel: #knightos on irc.freenode.net.

To report bugs, please create a GitHub issue or contact us on IRC.

If you'd like to contribute to the project, please see the contribution guidelines.

About

SirCmpwn's assembler (and linker)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 16