Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmosos/xsharp

X# is a HLA (High Level Assembler) for X86/X64 (ARM coming) assembly language
https://github.com/cosmosos/xsharp

assembly hacktoberfest

Last synced: 5 days ago
JSON representation

X# is a HLA (High Level Assembler) for X86/X64 (ARM coming) assembly language

Awesome Lists containing this project

README

        

# X# (X Sharp)

[![Build status](https://ci.appveyor.com/api/projects/status/7i6422fyriiab61a/branch/master?svg=true)](https://ci.appveyor.com/project/CosmosOS/xsharp/branch/master)

[![Build status](https://github.com/CosmosOS/XSharp/actions/workflows/ci.yml/badge.svg)](https://github.com/CosmosOS/XSharp/actions/workflows/ci.yml)

X# is a HLA (High Level Assembler) for X86/X64 assembly. In the future other flavors for ARM and other processors are planned.

X# is integrated into Visual Studio and we are working on support for Visual Studio Code as well. X# can also be used using simple text editors such as notepad.

X# creates NASM style assembly ready to assemble with [NASM](http://www.nasm.us/).

# More Info
Please refer to our documentation (https://cosmosos.github.io/index.html)

# Status
Currently X# is used by the [C# Open Source Managed Operating System (COSMOS)](http://www.goCosmos.org) and parts of it are bound to Cosmos. We are in the process of and nearly finished separating out X# to allow it to operate as a stand alone project to allow users to make their own custom creations using X#.

We have physicallly separated out X# and checked it in here. However there are still a few hard coded links to Cosmos and there is no independent documentation yet, nor are there standalone samples. We are working all of these issues.