blob: 31c8178c976151f0569e95f667f9d221a3f6fea3 [file] [log] [blame]
H. Peter Anvin733cbb32008-10-06 18:27:30 -07001;Testname=bin; Arguments=-fbin -oabsolute.bin; Files=stdout stderr absolute.bin
H. Peter Anvin24cfef42002-09-12 16:34:06 +00002 org 7c00h
3init_foo:
4 jmp init_bar
5 nop
6 nop
7 nop
8 nop
9 nop
10 nop
11 nop
12 nop
13 nop
14 nop
15 nop
16 nop
17 nop
18
19init_bar:
20 mov [b1],dl
21 mov [b2],edx
22 nop
23 nop
24 nop
25 nop
26 nop
27 nop
28 nop
29 nop
30 nop
31 nop
32 nop
33 nop
34 nop
35 ret
36
37 absolute init_bar+7
38b1: resb 1
39b2: resd 6
40