Computer Architecture Lab/Winter2006/PolzerJahn/AssemblerFiles

Sort algorithm

edit

This file contains a simple sort algorithm.

edit

This file contains a implementation of a blinking led.

Text out

edit

This code writes the following string "HELLO WORLD! SISP!!" to the serial interface.

Text convert

edit

This file contains a implementation to read a text line from the serial line and write it out reverse ordered.

Character sort

edit

This file reads a text line from the serial line and write it out sorted by characters.