Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
intro_example:alu [2025/04/21 23:33] rajitintro_example:alu [2025/04/21 23:49] (current) rajit
Line 42: Line 42:
 ====== Using enumerations ====== ====== Using enumerations ======
  
-Instead of hard-coding the control values, we could use enumerations to make this program easier to follow. +Rather than hard-coding the control values, a user-defined enumeration can be used to make the ACT  
 +more readable.
  
 <code act> <code act>
Line 66: Line 66:
 </code> </code>
  
-    +