Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Homework

Name: Anonymous 2009-12-26 19:45

Write an operating system capable of outputing Sussmen. Prove its correct operation by outputing a Sussman once the boot sequence is complete.

Name: Anonymous 2009-12-26 20:49

ORG 0x7c00
  push cs
  pop ds
  mov si, sussman
  xor ax, ax
  mov bx, 7
  mov cx, 7
  mov ah, 14
loop:
  lodsb
  int 0x10
  loop loop
  hcf

sussman db 'Sussman'


http://img704.imageshack.us/img704/1347/sussman.png

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List