Re: A challenge for RosAsm
- From: "hutch--" <hutch@xxxxxxxxx>
- Date: 28 Jun 2005 18:03:40 -0700
" wolfgang taught us"
> while MASM may have got a Procedure styled library function for it,
In MASM you would inline the two instructions without the overhead of a
procedure call.
mov eax, 8 ; assumes you don't need to calculate.
To the question you posed about guessing the answer,
mov eax, 64
shr eax, 3
Produces the answer you needed.
Since I know you code in hex, it was a courtesy to provide it for you
in that form.
Regards,
hutch at movsd dot com
.
- References:
- A challenge for RosAsm
- From: Randall Hyde
- Re: A challenge for RosAsm
- From: Betov
- Re: A challenge for RosAsm
- From: hutch--
- Re: A challenge for RosAsm
- From: hutch--
- Re: A challenge for RosAsm
- From: wolfgang kern
- Re: A challenge for RosAsm
- From: hutch--
- Re: A challenge for RosAsm
- From: wolfgang kern
- Re: A challenge for RosAsm
- From: hutch--
- Re: A challenge for RosAsm
- From: wolfgang kern
- Re: A challenge for RosAsm
- From: hutch--
- Re: A challenge for RosAsm
- From: wolfgang kern
- Re: A challenge for RosAsm
- From: hutch--
- Re: A challenge for RosAsm
- From: wolfgang kern
- A challenge for RosAsm
- Prev by Date: Re: Click...
- Next by Date: Re: Click...
- Previous by thread: Re: A challenge for RosAsm
- Next by thread: Re: A challenge for RosAsm
- Index(es):
Relevant Pages
|