Skip to content

Using zig [llvm18] + llvm-mos-sdk on some examples

License

Notifications You must be signed in to change notification settings

kassane/zig-mos-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig language & toolchain in MOS6502 examples

Using zig [LLVM 18] + LLVM-MOS-SDK on some examples

This repository contains examples showcasing the usage of the Zig programming language with the LLVM-MOS backend in the Zig toolchain version 0.13.0-dev (LLVM 18). These examples aim to provide a comprehensive reference for developers interested in leveraging Zig for MOS 6502-based development.

Getting Started

To build and run these examples, ensure you have the Zig toolchain version 0.13.0-dev + LLVM-MOS-SDK installed.

Required

Clone this repository:

git clone https://github.com/kassane/zig-mos-examples.git
cd zig-mos-examples

Choose the example to be built and have fun.

References

These examples draw inspiration from various sources:

Contributing

Contributions to this repository are welcome! Whether it's fixing bugs, adding new examples, or improving existing ones, your contributions help make this resource more valuable to the community. Please refer to the CONTRIBUTING.md file for guidelines on how to contribute.

License

This repository is licensed under the APACHE 2.0 License. See the LICENSE file for details.

Disclaimer

These examples are provided for educational and illustrative purposes. While efforts have been made to ensure accuracy and reliability, they may not be suitable for production use without further validation and testing. Use at your own risk.