ITZ HERE...
Godly T.Alias - B.Tech CSE, National Institute of Technology Calicut
Follow me on GitHub
Monday, April 16, 2012
NASM PROGRAM USING FLOATING POINT TO FIND VALUE OF FUNCTION e^x UPTO N TERMS
;TO COMPILE THIS NASM PROGRAM
;in 32 bit processors
;nasm -f elf <filename.asm>
;gcc -s -o <filename> <filename.o>
;./<filename>
;in 64 bit processors
;change second line as gcc -m32 -s -o <filename> <filename.o>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment