File: 0025_cdq.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 (16 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[init srand=25]

eax=rand edx=rand ebx=rand
ss=0x3000

[code start=0x100:0x0]

	mov eax,12345678h
	cdq
	push edx
	
	mov edx,ebx
	mov eax,98765432h
	cdq
	push edx