This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 109334

Summary: Highlight memory operands usage
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: ASMAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Egor Ushakov 2007-07-11 10:14:41 UTC
Highlight operands with memory:
movq 8(%rsp), %rax

Here if we stand on %rsp and call highlighting we should see rsp usage (it is done already).
But if we stand on 8 or ( or ) we should highlight usages of 8(%rsp) construction.
Comment 1 Leonid Lenyashin 2007-07-11 10:35:12 UTC
Do you mean to highlight it until rsp is changed? 
Comment 2 Egor Ushakov 2007-07-11 10:47:18 UTC
Correct behaviour TBD. We should know about push/pop, "manual" stack pointer changes. Maybe it worth highlighting usgaes
 where rsp value is the same as initial.
Comment 3 Jiri Prox 2007-09-03 13:27:02 UTC
Milestone is obsolete, please reevaluate.