This is the official source tree for the Jas assembler. Jas is a minimalist, MIT licensed x86/64 assembler capable of generating ELF files designed to

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-11 00:30:04

This is the official source tree for the Jas assembler. Jas is a minimalist, MIT licensed x86/64 assembler capable of generating ELF files designed to run on on linux systems.

Assemblers are heavy duty software normally written by those people who know their stuff, the Jas project aims to be a open-source assembler that's not just limited to compiling code into machine code, but to educate novices like me on the vast world of assembly language and assembler encodings. We will always aim to be as transparent and open as possible to the world!

All the code under the Jas assembler project repository is licensed under the MIT license which is a popular open-source license for projects like this! Please see LICENSE for the details.

No software is perfect, nor is Jas. As the assembler is written in C, many secuity issues may arise, causing issues across the program. It's a shared responsibility to safeguard Jas of all developers, contributers and users alike. Please report all secuity concerns in a timely manner via email or the means provided here.

However, for developers interested and passionate about assemblers and low-level programming, please see the contributing guide in the home directory for more information on how to contribute code to the repository!

Leave a Comment