radareorg/radare2

Implement asm.tabs2

Open

#14,455 opened on Jun 29, 2019

View on GitHub
 (7 comments) (0 reactions) (1 assignee)C (3,229 forks)batch import
FEEDBACK WANTEDRAsm-Disassemblerconsoleuigood first issue

Repository metrics

Stars
 (23,826 stars)
PR merge metrics
 (Avg merge 16h 24m) (99 merged PRs in 30d)

Description

My idea is that we should have two asm.tabs variables (names can be improved, im open to proposals).

  • asm.tabs = specify how many spaces between opcode and 1st operand
  • asm.tabs2 = specify space between operands

this will be useful for architectures with long instruction names like dalvik

Contributor guide