radareorg/radare2

Implement asm.tabs2

Offen

#14.455 geöffnet am 29.06.2019

 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (3.229 Forks)batch import
FEEDBACK WANTEDRAsm-Disassemblerconsoleuigood first issue

Repository-Metriken

Stars
 (23.826 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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