Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

What Is RASM?

RASM (Red Assembler) is an x86_64 assembler that uses Intel syntax. It is designed to generate object files, executable files, and raw binary images. Currently, RASM supports the following output formats:

  • ELF;
  • PE;
  • BIN;
  • Mach-O.