DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Assembly (http://www.daniweb.com/forums/forum125.html)
-   -   MASM "HELP NEEDED" (http://www.daniweb.com/forums/thread14420.html)

koh Nov 22nd, 2004 9:00 am
MASM "HELP NEEDED"
 
Can Anyone here could recommend me a "GODD/EXECELLENT" web site for me to learn the MASM assembler coding...with examples and tutorials...

I'm trying to learn to do my assignment.
I don't know what it is...but i want to learn..
please thank you

1o0oBhP Dec 27th, 2004 11:16 pm
Re: MASM "HELP NEEDED"
 
depends WHAT assembly you want to learn. Last time I used MASM you could assemble quite a few instruction sets. I presume you need to learn the x86 instruction set as its the most widely used by far. a google search for "assembly tutorial" or "x86 assembly tutorial" should get a few pages. Post back if you find any good sites. I remember reading "Adams Assembler tutorial" a few years back by the BlackCat programmers group (i think that was their name....) so that could be a useful search! Good luck :)

koh Dec 28th, 2004 10:40 am
Re: MASM "HELP NEEDED"
 
thank you

sorry now..i've learnt how to get input and output and file storing
but..i do not know how to use the library and the prototype...
can anyone help me??

1o0oBhP Dec 28th, 2004 10:50 am
Re: MASM "HELP NEEDED"
 
which library...... if you KNOW how to input and output to files you wont need any library as the interrupt can be set sufficiently to do anything with a file...

koh Jan 5th, 2005 9:19 pm
Re: MASM "HELP NEEDED"
 
can i know...is there a convertor to change the higher level of programming language to asembler language??
meaning changing c++ to asm

thank you..i can't find it anywhere

jwenting Jan 6th, 2005 3:12 am
Re: MASM "HELP NEEDED"
 
Many C++ compilers have an option to output assembly code as part of the compilation process.

1o0oBhP Jan 6th, 2005 8:17 pm
Re: MASM "HELP NEEDED"
 
as another interesting point, you CAN use standard asm statmements and link the C++ libraries in, calling the functions like normal asm! There also is a specialised win32 library for asm out there somewhere (i have it but i cannot remeber what and where it is!) written by someone called Izecon or some other strange name with Is and Zs in it

drewlander Jan 8th, 2005 8:52 am
Re: MASM "HELP NEEDED"
 
1o0o0Bhp, were you thinking of iczelion?
His website is http://win32asm.cjb.net/

1o0oBhP Jan 8th, 2005 7:50 pm
Re: MASM "HELP NEEDED"
 
yes thats the one, though if you need a windows app a high level language might be easier. then if you grab its compiled assembly......

koh Jan 16th, 2005 8:17 am
Re: MASM "HELP NEEDED"
 
Thanks Everyone.... for your help!!!


All times are GMT -4. The time now is 4:42 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC