Python programming language object oriented web free open source software license documentation download community
.model small
.data
num1 db 22h
num2 db 11h
.code
.startup
main:
mov ax,@data
mov ds,ax
mov al,num1
sub al,num2
.exit
end
OUTPUT
Result : al = 11h
ليست هناك تعليقات:
إرسال تعليق