I'm not sure what you mean by a disassembler with C/C++.<br><br>Some C or C++ compilers come with debuggers which do include disassemblers.<br><br>Or are you...
Hi Barry<br>thanx for your reply ,to say the truth,this term in college I have Assembly and machine language,and our final project is writing a disassembler...
That's a pretty hefty project. I've written debuggers but never a disassembler. It should be interesting.<br><br>Assuming it's for an Intel cpu there are a...
hello all,<br>I already asked a question in other clubs but no body answered to it.I only want to hear YES or NO to my question please.It there any way to ...
yes, I'm sure that's possible, but I don't know right now how to do it.<br>I imagine that you would have to read the boot sector off the disk, change the ...
yeah to change the serial number, you need to get some sort of int reference as you can do it either through DOS int21h or you can use BIOS int9h (I think) All...
FROM THE PC PROGRAMMERS HANDBOOK (PG.455)<br><br>SEC(9.4.6)<br><br>BOOTSTRAP LOADER (INT 19H) <br><br> THIS INTERRUPT IS USED BLA BLA.....APPLICATIONS<br>CAN...
Hello people,<br> can any one tell me the format of the 80386+ FPU real type?? I've tried decoding using IEEE 32bit Single Prec. real but it aint working..<br>...
thankx for the reply but all i want is the bit positions for the exponent and the mantissa..<br>the no is most prob. in the format<br><br> +/- 1.M * 2 ^ ...
Hi,,,this is the address of these keys in memory:<br>0X0040,0X0017<br>bit 3:Capslock<br>bit 4:ScrollLock<br>bit 5:NumLock<br>if they are 1,that light is on,so...
A-1<br>The opcode tables in this section aid in interpreting Pentium processor object code. Use the 4<br>high-order bits of the opcode as an index to a row of...
8-5<br>8.2. FPU INITIALIZATION<br>Software-initialization code can determine the whether the processor contains or is attached to<br>an FPU by using the CPUID ...
md1210us.. i already know how to use the FPU AND how the coding-decoding unitworks .. . You are writing lines and lines of mail but unfortunately it is not...
Simple question, how can i use the memory above 1mb, not the extra couple of K but the whole lot (example 128mb). an explanation of the use of 32bit registers...
do a search on "the art of assembly"<br>there is a program there under the keyboard section. also there is info to show you how<br>to write a program...
I was wondering if anyone could give me a link to some good assembly tutorials for newbies? And if there are any kinda programs for assembly that I would need,...
I dont know, but there is a book called cisco IOS software architecture that might have some info, but I dont know if it says anything about assembly ...
An operating system, in and of itself, it related to its hardware. So, what you would need to do is to find out what type of CPU Cisco uses. Try finding out...
Suggestion: Don't use this. In DOS, you will *probably* reload DOS, but not guaranteed. In Windows 9x, you'll almost certainly fail. Here are better...