File: foo10.tst

package info (click to toggle)
libx86emu 3.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,244 kB
  • sloc: ansic: 11,621; perl: 949; makefile: 92; sh: 14
file content (19 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[init mode=real]

idt.base=0x9000

edx=0x1
eax=0x2045

[code start=0x100:0x50]

	int 8
	mov dl,0x77
	hlt

interrupt_08:
	pop ebx
	push ebx
	mov cx,0x100
	iret