February 26th, 2005 09:29 PM
riot,
maybe u overlooked this:
" if (com1 == "help");
{
cout << "commands" << endl;
cout << "cd" << endl;
cout << "ls" << endl;
February 26th, 2005 05:15 PM
sec_ware,
i used microsoft visual c++ 6.the program compiled without error but it dosen't do what it's supposed to do.i forgot to test it.
anyway,
what does:
com2=="help";
do?
February 26th, 2005 04:55 PM
so any program written for any language specifically for the x86 processor can be diaasembled into assembly language for the x86 processor,right?
February 26th, 2005 03:56 PM
it won't be funny if u were a newbie now would it?
EDIT:u want to know what's even funnier?after reading ur post i immediately posted "how'd u know?" then when i realise the poster was the same...
February 26th, 2005 03:41 PM
"
char com2;
if (com2 == help)
"
i'd suggest u use an array like this:
char com2[(no.of characters)];
February 26th, 2005 11:38 AM
after reading the thread i have another question.
since all compiled language gets turn to machine code and assembly mnemonics are machine code,would'nt it be possible to read the machine code and...
February 26th, 2005 06:19 AM
suppose we want to write a console app that outputs the string "hello world" to the screen using c++,c, assembly or any other languages.will the machine code generated by these languages be the same?...
February 25th, 2005 01:52 AM
how do i find out the CLK input of the system timer?
my motherboard is 81845gvm-rz with intel 845gv chipset.the CPU is pentium 4 533/400mhz fsb
in the user's manual there's a block diagram for...
February 23rd, 2005 04:10 PM
sir dice ,
thank you.that was briliant.
"3 x 4 = (2 x 4) + 4"
"3 x 9 = (2 x 9) + 9"
how did you come to that conclusion?
so i guess that for division we just use repeated...
February 23rd, 2005 10:47 AM
sir dice,
what if it's a multiply or division operation?
February 23rd, 2005 09:51 AM
thank you for the links.
what if the code has to be written on a 8088 processor which has only has 16-bit registers?i just need to know the method to accomplish this task.but a source code would...
February 22nd, 2005 03:47 PM
ok.my first question is regarding assembly arimethic.i understand that when u want do add a or subtract two data's that are more than a word long,u would have to process it one word at a time...
February 22nd, 2005 02:50 PM
is this the right place to ask questions on assembly???