This is the initial release of CheatASM. This software targets .NET 5.0 so in order to run this you must have dotnet installed on your machine.
Once dotnet is installed, this can be run with
Windows:
CheatASM <command line options>
Non-windows:
dotnet CheatASM.dll <command line options>
This version supports assembly/disassembly of all currently supported Cheat OpCodes in the Atmosphere CFW. It also supports variables/constants as well as a higher level "if/else" construct. Please see the readme for more details.