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.
- Assembly Language → Core Instruction Manual
- Questions → Discord
- Casio Calculator related → Github Organisation
- 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 orstack install
to have anxasm
binary copied to your path