Page 1 of 1

Using /commented with 5.30

Posted: Tue Sep 09, 2014 7:58 am
by bosker
I note that the assembler output with 5.30 has lost the comment line that identifies the start of procedures.
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