Now that you have the hang of very basic assembly, let's dive in and explore a few different instructions and some additional concepts! The Assembly Crash Course is a romp through a lot of different things you can do in assembly, and will prepare you for the adventures to come!
To interact with any level you can either run the challenges with an ELF as an argument (e.g., /challenge/run /path/to/your/elf
) or send raw bytes over stdin to this program.