There are multiple options that can be used to configure the output of the disassembly
asm.comments = true ; show/hide comments
asm.cmtmargin = 27 ; comment margins
asm.cmtlines = 0 ; max number of comment lines (0=unlimit)
asm.offset = true ; show offsets
asm.reladdr = false ; show relative addresses
asm.nbytes = 8 ; max number of bytes per opcode
asm.bytes = true ; show bytes
asm.flags = true ; show flags
asm.flagsline = false ; show flags in a new line
asm.functions = true ; show function closures
asm.lines = true ; show jump/call lines
asm.nlines = 6 ; max number of jump lines
asm.lineswide = true ; use wide jump lines
asm.linesout = false ; show jmp lines that go outside the block
asm.linestyle = false ; use secondary jump line style
asm.trace = false ; show opcode trace information
asm.os = linux ; used for syscall resolution and so
asm.split = true ; split end blocks by lines
asm.splitall = false ; split all blocks by lines
asm.size = false ; show size of opcode