Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1 KB

README.md

File metadata and controls

18 lines (12 loc) · 1 KB

nX-U8-assembler

MIT license

An assembler written in Haskell for nX-U8/100 Core.

This project is still in development and in its alpha state with really basic functionality. As soon as I implement labels and more advanced functionalities, I'll provide binaries for Linux, Windows and macOS (all x86_64), right now you have to build it yourself which is super easy but requires GHC and Stack.

Ressources for nX-U8/100 assembly

Building (all OSs and architectures)

  • Install GHC and Stack using GHCup
  • run git clone https://github.com/lasnikr/nX-U8-assembler && cd nX-U8-assembler
  • run stack run to execute or stack install to have a nxasm binary copied to your path