Search the web
Sign In
New User? Sign Up
assemblyassist · Assembly Assist - The place 4 giving & receiving Assembly Assistance
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 447 - 476 of 2292   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
447
Hi<br>I need a simple disassembler of 286 with C/C++ urgently ,who can help me ? :-(...
mehdi_s82
Online Now Send Email
Jan 2, 2002
6:51 am
448
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...
plane_flying_east
plane_flying...
Offline Send Email
Jan 3, 2002
5:21 am
449
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...
mehdi_s82
Online Now Send Email
Jan 4, 2002
8:27 am
450
Thats what I always wanted to write :)<br>Here is some help<br><a href=http://www.imada.ou.dk/~jews/PInfo/intel.html...
lego1403
Offline Send Email
Jan 4, 2002
10:34 am
451
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...
plane_flying_east
plane_flying...
Offline Send Email
Jan 5, 2002
8:55 pm
452
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 ...
sun_boy_3
Offline Send Email
Jan 5, 2002
10:10 pm
453
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 ...
r_genius
Offline Send Email
Jan 7, 2002
1:13 pm
454
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...
phuture_assailant
phuture_assa...
Offline Send Email
Jan 7, 2002
2:50 pm
455
Hi there i just want a little helpe here, can anyone tell me how can i reboot the intel 80x86 by software( not by hardware ) Thanks....
soulesssnake
Offline Send Email
Jan 8, 2002
8:12 am
456
yes.<br>the serial # is 4 bytes long.<br>it is stored <br>in the 1st track,1st sector,bit #27h thru 2ah<br>in reverse order.ie if your ser# is ...
md1210us
Offline Send Email
Jan 11, 2002
8:00 am
457
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...
md1210us
Offline Send Email
Jan 11, 2002
8:16 am
458
I want to write a program in Assembly <br>wich ca make a dance light on my keybord with<br>it's lamps ( caps - num- scroll)<br>How can I do that...
kaktoos_77
Offline Send Email
Jan 11, 2002
12:36 pm
459
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>...
Kapil
Offline Send Email
Jan 11, 2002
4:06 pm
460
some quotes:<br>"ndp instructin mnemonics are identified in the <br>source by the letter "F"." ie all NDP instutions<br>start with "f"...
md1210us
Offline Send Email
Jan 12, 2002
12:12 pm
461
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 ^ ...
Kapil
Offline Send Email
Jan 13, 2002
1:23 pm
462
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...
b_l_u_e_flame
Offline Send Email
Jan 14, 2002
10:19 pm
463
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...
md1210us
Offline Send Email
Jan 15, 2002
8:16 am
464
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
Offline Send Email
Jan 15, 2002
8:27 am
465
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...
Kapil
Offline Send Email
Jan 15, 2002
11:45 am
466
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...
phuture_assailant
phuture_assa...
Offline Send Email
Jan 16, 2002
1:34 pm
467
you have to switch to protected mode on an x86<br>processor. you can use the memory manager<br>but is out of date....
onthecur
Offline Send Email
Jan 21, 2002
10:29 am
468
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...
onthecur
Offline Send Email
Jan 21, 2002
10:32 am
469
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,...
lethal_defekt
Offline Send Email
Jan 28, 2002
5:07 pm
470
do a search for a page called "art of assembly"<br>on hotbt.com. that is a good thorough page...
onthecur
Offline Send Email
Feb 2, 2002
9:23 am
471
do any of know what the assembly architecture is for the Cisco IOS operating system?<br><br>Thanks <br><br>Brandon...
brandon64_99
Offline Send Email
Feb 6, 2002
10:54 pm
472
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 ...
ciscokidd78
Offline Send Email
Feb 7, 2002
5:58 am
473
My Cisco System instructor has asked us to find the answer. Thanks.<br><br>Brandon...
brandon64_99
Offline Send Email
Feb 7, 2002
2:34 pm
474
hello<br>I wanted to write a TSR program, that uses inline Assembly, & have some problem regarding to this,I can send my program to see the...
mariya_82
Offline Send Email
Feb 9, 2002
9:25 am
475
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...
phyrfox
Online Now
Feb 11, 2002
7:23 am
476
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...
phyrfox
Online Now
Feb 11, 2002
7:33 am
Messages 447 - 476 of 2292   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help