![]() |
| ||
| wat does this do FNAME EQU 9EH |
| ||
| Re: wat does this do Writing FNAME in the program will be the same as writing 9EH. |
| ||
| Re: wat does this do mov WORD PTR (PARAM BLK+4),ax; REAL_NAME db 13 dup(?) wat does these statements .do............... |
| ||
| Re: wat does this statements do Quote:
|
| ||
| Re: wat does this do >wat does these statements .do............... What does your reference manual say? |
| ||
| Re: wat does this do Quote:
so anyways will u pls tell me wat these statements do.... |
| ||
| Re: wat does this do wat |
| ||
| Re: wat does this do http://www.daniweb.com/forums/thread159962.html Well we're not going to explain every last snippet of assembler syntax because you're too lazy to seek out some kind of reference manual. |
| ||
| Re: wat does this do what do you have against void main()? |
| ||
| Re: wat does this do pardon me, wat* do you have against void main()? |
| ||
| Re: wat does this do The main method is often misunderstood. In C89, main() on its own is acceptable, but C99 only allows for either (The second one is for command line paramaters): Quote:
In C++ there is allowed Quote:
The ISO C Standard (ISO/IEC 9899:1999) says it is also illegal for C++ to have a return type of void. The return type should be an integer and the function should return 0 or EXIT_SUCCESS; at the end. A return type of void does NOT mean it returns nothing, it just means it returns a junk value which will pribably not be 0. I do hope thats right, that just my understanding from my notes. |
| ||
| Re: wat does this do ahh, I see |
| All times are GMT -4. The time now is 10:37 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC