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 - Highlight memory operands usage
Summary: Highlight memory operands usage
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: ASM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-11 10:14 UTC by Egor Ushakov
Modified: 2014-04-14 19:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.