This makes finding things in the asm code very difficult.
For example in the following snippet, it's difficult to pick out the start of _Procedure4 or to tell what the corresponding source line is.
Is this behaviour intentional (or has somebody already reported it)? Will Tailbite have problems with this?
Code: Select all
CALL _EnableWindow@8
; EndProcedure
XOR eax,eax
_EndProcedure17:
POP ebx
RET 4
_Procedure4:
PS4=4
; hWndEdit = CreateWindowEx_(#WS_EX_CLIENTEDGE,"EDIT","", #EditStyle, x, y, xx, yy, hWndParent, edId, GetModuleHandle_(0), 0)
PUSH dword 0
PUSH dword 0
