Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
53 stars 19 forks source link

Clarify the help dialog for the data statement #30

Open moirage opened 8 years ago

moirage commented 8 years ago

(Suggested by Anton) In the Help dialog for the "data" statement, perhaps have the format example show two operands instead of one, as it does require at least two: Something perhaps like: [label] data cellsize [value] [comment] where parts in brackets are optional (I'm not used to the notation you use, so I may have already forgotten how it goes).

(Suggested by Anton) In the Help dialog, in the examples for "data", perhaps add one or two that show using a label for the value works as well as integer constants. Experimentation show it works, but I like to have my hand held.