.word -> .data2
This commit is contained in:
parent
f2996068f8
commit
3bed868bb9
18
man/i86_as.6
18
man/i86_as.6
|
@ -91,10 +91,10 @@ An example of Intel 8086 assembly language:
|
||||||
mov bp,sp
|
mov bp,sp
|
||||||
.sect .data
|
.sect .data
|
||||||
_35:
|
_35:
|
||||||
.word 24944
|
.data2 24944
|
||||||
.word 26990
|
.data2 26990
|
||||||
.word 14947
|
.data2 14947
|
||||||
.word 32
|
.data2 32
|
||||||
.sect .text
|
.sect .text
|
||||||
call _disable
|
call _disable
|
||||||
mov ax,_35
|
mov ax,_35
|
||||||
|
@ -115,11 +115,11 @@ An example of Intel 8086 assembly language:
|
||||||
mov bp,sp
|
mov bp,sp
|
||||||
.sect .data
|
.sect .data
|
||||||
_38:
|
_38:
|
||||||
.word 28526
|
.data2 28526
|
||||||
.word 24944
|
.data2 24944
|
||||||
.word 26990
|
.data2 26990
|
||||||
.word 14947
|
.data2 14947
|
||||||
.word 32
|
.data2 32
|
||||||
.sect .text
|
.sect .text
|
||||||
mov ax,_38
|
mov ax,_38
|
||||||
push ax
|
push ax
|
||||||
|
|
Loading…
Reference in a new issue