include io32.inc
.code
start:
mov eax,80h
call disprf
call disphd
call dispcrlf
add eax,3
call disprf
call disphd
call dispcrlf
add eax,80h
call disprf
call disphd
call dispcrlf
add eax,3
call disprf
call disphd
call dispcrlf
call dispcrlf
mov eax,100
call disprf
call disphd
call dispcrlf
add ax,200
call disprf
call disphd
call dispcrlf
call dispcrlf
mov eax,100
call disprf
call disphd
call dispcrlf
add al,200
call disprf
call disphd
call dispcrlf
call dispcrlf
mov al,7fh
call disprf
call disphd
call dispcrlf
sub al,8
call disprf
call disphd
call dispcrlf
sub al,80h
call disprf
call disphd
call dispcrlf
sbb al,3
call disprf
call disphd
call dispcrlf
exit 0
end start
标签:al,disphd,eax,call,111,disprf,dispcrlf
From: https://www.cnblogs.com/RimroseLim/p/18111329