-
Notifications
You must be signed in to change notification settings - Fork 0
/
SAMPLEL.LST
41 lines (30 loc) · 986 Bytes
/
SAMPLEL.LST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Turbo Assembler Version 2.5 03/22/20 21:05:52 Page 1
samplel.asm
1 assume cs:code,ds:code
2 0000 code segment
3 org 100h
4 0100 start:
5 ; CODE BEGIN
6 0100 2B C0 sub ax,ax
7 0102 B9 000A mov cx,10
8 0105 03 C1 l: add ax,cx
9 0107 E2 FC loop l
10 0109 CD 20 int 20h
11 ; CODE END
12 010B code ends
13 end start
Turbo Assembler Version 2.5 03/22/20 21:05:52 Page 2
Symbol Table
Symbol Name Type Value
??DATE Text "03/22/20"
??FILENAME Text "samplel "
??TIME Text "21:05:52"
??VERSION Number 0205
@CPU Text 0101H
@CURSEG Text CODE
@FILENAME Text SAMPLEL
@WORDSIZE Text 2
L Near CODE:0105
START Near CODE:0100
Groups & Segments Bit Size Align Combine Class
CODE 16 010B Para none