A downloadable tool for Windows, macOS, Linux, and Android

Download

Download
HASM-22.c 13 kB
Download
HASM-24.c 14 kB
Download
HASM-26.c 14 kB
Download
HASM-27.c 15 kB

Install instructions

Setup & Compilation:

                  •  Linux & macOS (Terminal)
                    • Open your Terminal.
                    • Ensure you have GCC or Clang installed (on macOS, you may need Xcode Command Line Tools installed via `xcode-select --install`).
                    • Navigate to the directory containing your file and run:

                  bash code:

                  gcc HASM-27.c -o hasm

                  •  Windows (Command Prompt or PowerShell)
                    • Option A: MinGW/GCC (Recommended)*
                      • If you have MinGW or GCC for Windows installed, open CMD/PowerShell and run:

                  cmd

                  gcc HASM-27.c -o hasm.exe

                  hasm.exe

                                 ° Option B: Visual Studio (Developer Command Prompt)

                                           - If you have Visual Studio installed, open the Developer Command Prompt and run:

                  cmd

                  cl HASM-27.c /Fe:hasm.exe

                  hasm.exe

                  > For Mobile:

                  Use Cxxdroid, Acode, or any C compiler you want. 

                  Development log

                  Leave a comment

                  Log in with itch.io to leave a comment.