Computer Architecture Lab/Winter2006/PolzerJahn/AssemblerFiles
Appearance
Sort algorithm
[edit | edit source]This file contains a simple sort algorithm.
Simple Blink
[edit | edit source]This file contains a implementation of a blinking led.
Text out
[edit | edit source]This code writes the following string "HELLO WORLD! SISP!!" to the serial interface.
Text convert
[edit | edit source]This file contains a implementation to read a text line from the serial line and write it out reverse ordered.
Character sort
[edit | edit source]This file reads a text line from the serial line and write it out sorted by characters.