Revision history of "CSC231 Add5.asm"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 10:33, 15 September 2008Thiebaut (talk | contribs). . (1,283 bytes) (+1,283). . (New page: <code><pre> ;;; add5.asm ;;; D. Thiebaut ;;; ;;; takes 5 variables, and store sum 6th one. ;;; ;;; to assemble, run and debug: ;;; ;;; nasm -f elf -F stabs add5.asm ;;; ld -o a...)