Find Table Of a Number .....
Find Table Of a Number .....
Code:-
[org 0x0100]
mov ax,[num1]
mov bx,ax
loop1:
sub bx,1
mul bx
cmp bx,1
jge loop1
mov ax,0x4c00
int 0x21
num1: dw 2
To Download File click Here... !!
https://drive.google.com/open?id=0BwXrbQ8gwDe1VWFHbzNUSzREbUE
Find Table Of a Number .....
Reviewed by
FaroO
on
12:39
Rating:
No comments :