Re: sin,cos math functions in assembly
avcimurat wrote:
> is it possible to use sin,cos math functions in assembly,
> at least in MASM32?
> is it possible?
> if it s possible ,how can be ?
>
> thnx
> regards
The 80x87 Floating-point unit includes instructions for sin and cos,
just make sure to tell the assembler you want f.p. capability (.387).
.
Relevant Pages
- Re: sin,cos math functions in assembly
... avcimurat wrote: ... > is it possible to use sin,cos math functions in assembly, ... > at least in MASM32? ... Regards. ... (comp.lang.asm.x86) - Re: Twelve Assembly Lessons
... GAS, at that time, and TASM was very difficult for Win32. ... disks for working win32 GUI assembler. ... This is from TD's 1st MASM32 tutorial. ... With MASM being the industry standard you don't have to prove it, ... (alt.lang.asm) - Re: Twelve Assembly Lessons
... GAS, at that time, and TASM was very difficult for Win32. ... disks for working win32 GUI assembler. ... This is from TD's 1st MASM32 tutorial. ... With MASM being the industry standard you don't have to prove it, ... (alt.lang.asm) - Re: De- Evolution
... problems with the actual assembler. ... MASM32 has had Clive Turvey's ... programmers learn and understand low level programming. ... If Betov had acted like a human being instead of a bad mannered old ... (alt.lang.asm) - Re: Pick the odd one out.
... Poor old Betov, he is even afraid of compilers with inline assembler. ... Whose leg are you pulling Betov, masm32 has supplied Clive Turvey's ... (alt.lang.asm) |
|