Get started

  • Go ahead and download the Windows installer from [this link] on itch.io;
  • Install on your PC and head to the installation directory. Then navigate to Data/asm and create an empty file which you’ll be editing as plain text. Give that file a nice name and the .asm extension;
  • Edit the Data/init.cfg file so that the bootProgram variable points to your file (e.g. bootProgram=Data\mytest.asm)
  • Write some assembly code in your file there and then run the application to see it in action.

Optionally, but very recommended: Use Notepad++ and use this user defined language for syntax highlighting.

Also, take a look at the tutorials section to learn how to write code. Those will get you started and point to the documentation you will need.

Don’t forget to share with us if you’re making something cool or if you have questions. Check the [forum link] for that.