aboutsummaryrefslogtreecommitdiff
path: root/src/io/io.asm
blob: 6776c56d15a0b848f9f792682caee317ee6deda8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
global shutdown
shutdown:
  mov ax, 0x1000
  mov ax, ss
  mov sp, 0xf000
  mov ax, 0x5307
  mov bx, 0x0001
  mov cx, 0x0003
  int 0x15

  ret