Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.
/ XSharp Public archive
forked from CosmosOS/XSharp

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

License

Notifications You must be signed in to change notification settings

aura-systems/XSharp

This branch is 37 commits ahead of, 36 commits behind CosmosOS/XSharp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

452f72e · Dec 25, 2021
Sep 14, 2021
Oct 7, 2019
Sep 12, 2021
Sep 2, 2018
Oct 23, 2020
Oct 23, 2020
Dec 10, 2021
May 23, 2021
Apr 23, 2018
Sep 3, 2018
Jun 22, 2021
Apr 14, 2019
Jun 29, 2019
Sep 12, 2021
Jun 23, 2021
Oct 28, 2017
Jun 5, 2019
Jun 5, 2019
Jun 11, 2019
Oct 28, 2017
Aug 12, 2017
Oct 1, 2020
Sep 16, 2021

Repository files navigation

X# (X Sharp)

Build status

Build status

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.

More Info

Please refer to our website (http://www.x-sharp.net)

Status

Currently X# is used by the C# Open Source Managed Operating System (COSMOS) 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.8%
  • Assembly 12.5%
  • XS 8.3%
  • TypeScript 3.4%