SC123 Program Style


home

All SC123 hwks in cs2700 and cs3740 will have this header. [since 2012]

!commentStart
//author:       Smith, Joe
//name:         add1to10
//hwk:          hwk2
//description:  This program adds numbers 1 to 10.
//              Save the sum in memory and also print it.
//assembles:    <yes/no>
//works:     <yes/no/part>    //use yes if it works 100%
!commentEnd

Some sample programs.

add1to10.txt