💾 Archived View for radare.org › book › tools › rasm2 › config.gmi captured on 2024-08-18 at 17:19:49. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
The assembler and disassembler have many small switches to tweak the output.
Those configurations are available through the `e` command. Here there are the most common ones:
- asm.bytes - show/hide bytes
- asm.offset - show/hide offset
- asm.lines - show/hide lines
- asm.ucase - show disasm in uppercase
- ...
Use the `e??asm.` for more details.