Using /commented with 5.30

Everything else that doesn't fall into one of the other PB categories.
bosker
Enthusiast
Enthusiast
Posts: 105
Joined: Fri Jan 08, 2010 11:04 pm
Location: Hampshire, UK

Using /commented with 5.30

Post 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