Links


Data Representation:
ASCII info on Wikipedia    (table of printable characters)
ASCII Table
ASCII Table at JimPrice.com
(An ASCII table is available in the blue textbook, though it's not as easy to read)

Digital Logic:
MultiMedia Logic digital logic simultor
Intro to Digital Logic at www.play-hookey.com

Intel x86 Assembly:
template.s -- a simple .s assembly file you can use as a template for further development
asm2exe -- script to create executable from .s file   (e.g.    ./asm2exe abs_asm.s -g      // '-g' optional for debugging)
x86 Assembly and GDB Debugger Tutorial

Linux/Unix links:
Linx Command Line Cheat Sheet   by Dave Child       (middle column most relevant to class)
Unix Tutorial for Beginners       (great tutorial if you're new to Linux)

vi Editor:
vi Cheat Sheet