home *** CD-ROM | disk | FTP | other *** search
- / $Source: /home/harp/1/proto/monoBANK/winnt/scale.s,v $
- / $Revision: 1.1 $ $Date: 95/02/12 10:22:57 $ $Author: mg $
- .file "scale.s"
- gcc2_compile.:
- .text
- .globl _scale
- _scale:
- movl 4(%esp),%eax
- imull 8(%esp)
- shrdl $16,%edx,%eax
- ret
- .data
- .align 2
- .long 0
-