home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
pc
/
diskutil
/
pdisk.arc
/
UMUL.ASM
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1989-01-12
|
121 b
|
10 lines
% .MODEL memmodel,C
; .286
.code
umul1632 Proc word1, word2
mov ax,word1
mul word2
ret
umul1632 endp
end