Skip to content

Commit

Permalink
Updated help component
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Oct 24, 2018
1 parent 4b348d8 commit 8694e31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mars/tools/StackVisualizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,11 @@ protected JComponent getHelpComponent() {
+ "About\n"
+ "This tool allows the user to view in real time the memory modification operations\n"
+ "taking place in the stack segment. The user can also observe how the stack grows.\n"
+ "The address pointed by the stack pointer is displayed in a yellow background\n"
+ "(currently word-aligned) while lower addresses have a light grey background (given\n"
+ "that stack growth takes place form higher to lower addresses).\n\n"
+ "The address pointed by the stack pointer is displayed in an orange background\n"
+ "while the whole word-length data in a yellow one. Lower addresses have a grey\n"
+ "background (given that stack growth takes place form higher to lower addresses).\n"
+ "The names of the registers whose contents are stored (sw, sh, sb etc.) in the\n"
+ "stack, are shown in the Stored Reg column.\n\n"
+ "Note\n"
+ "This program is suposed to be used as a MARS Tool and NOT as a stand-alone application."
+ "\n\n"
Expand Down

0 comments on commit 8694e31

Please sign in to comment.