ASM - ExamplesA/ - TABLE OF CONTENTS
Apr. 24, 2012


This directory contains a collection of programs and writeups that will be of interest (and aid) to students who are learning Computer Architecture and how to program in the MIPS Assembly Language in particular.
 

FILE or DIRECTORY/

Key

DESCRIPTION

FPfcns.asm

A

Floating point functions

HelloWorld.asm

A

Source for Assignment A0

HelloWorld.rtf

-

HelloWorld.asm with line numbers

index.html

-

This file

index.html

-

Index for 8086 examples

Nums.asm

A

Print the integers from 0 to N

Nums.rtf

-

Nums.asm with line numbers

PArray.asm

A

Print array function

PArray.rtf

-

PArray.asm with line numbers

SimpleIO.asm

A

Demonstrate the I/O syscalls

SPIMa.htm

S

A "quick guide" to using the Simulator

SPIMDocumentation.pdf

S

SPIM's author's complete documentation on SPIM 

SpimInstructionSet.htm

S

Short description of the SPIM instruction set

SPIMQuickReference.htm

S

Quick reference for the SPIM instruction set

SPIMQuickRef.docx

-

Best quick reference for SPIM; incl. floating point

SPIMQuickRef.pdf

-

Same as above; in PDF format

spimwin.pdf

S

A longer guide to using the Simulator

Sqrt.asm

A

Square root via Newton's Method

Strings.asm

A

Create function for HW #8 (Strings)

Sum.asm

A

Sum the integers from 1 to N

Sum.rtf

-

Sum.asm with line numbers

UpCase.asm

A

Passing information on the stack; uppercase

UpCase.rtf

-

UpCase.asm with line numbers

Key:   "A" indicates an Assembly Language source file
           "S" indicates a file containing information on using the Simulator

 

Last updated: Apr. 24, 2012 - 1800