Programs programming assignments CSC 220

Assignments

Program #2 promises to be even more fun...

Program #2 - Hamming's algorithm

Program #1 is "playing with arrays"...

Program #1


Gnu Compiler Collection

We will be using the Gnu Compiler Collection (gcc) to assemble and link our assembly code this term.

You can download this "ready mix" (already compiled for the PC/Windows and such) of the gcc package. This includes:


Supplemental Documentation

I have toiled to create some supplemental documentation to ease your gcc/Pentium assembly experience. Enjoy:

Gnu has some online documentation of both gcc and gas (the assembler program used by gcc). It's at: Gnu Manuals Online

Please note that, for our purposes the gas manual is probably more applicable than gcc. If you run into problems, however, manuals for each are at the Gnu site above.

One more: