CS 503 Labs: Fall 2009

XINU Setup

Assignments

Problem Handout Example Code
Lab 0 Hw 0 Lab 0
Lab 1 Hw 1 test1.c  test2.c
test3.c  test4.c
test5.c  test6.c
Lab 2 Hw 2  
Lab 3 Hw 3 asm_ex.c  dump32.c
x_tests.c  list.tgz

Printing Hard Copies of Code

Use the following command:
enscript -2r -G -Pprintername filename1 filename2 ...

Intel Manuals

Volume 1
Volume 2
Volume 3

GNU Assembler Manual

Brennan's Guide to Inline Assembly and AT&T assembly

Using Assembly Language in Linux (covers AT&T syntax)


This page was last updated: Friday 09/11/2009


Back to the CS 503 web page