Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

assemblyassist · Assembly Assist - The place 4 giving & receiving Assembly Assistance

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 589
  • Category: Assembly
  • Founded: Nov 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 447 - 476 of 14938   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
447 mehdi_s82 Send Email Jan 2, 2002
6:51 am
Hi<br>I need a simple disassembler of 286 with C/C++ urgently ,who can help me ? :-(...
448 plane_flying_east
plane_flying... Send Email
Jan 3, 2002
5:21 am
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...
449 mehdi_s82 Send Email Jan 4, 2002
8:27 am
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...
450 lego1403 Send Email Jan 4, 2002
10:34 am
Thats what I always wanted to write :)<br>Here is some help<br><a href=http://www.imada.ou.dk/~jews/PInfo/intel.html...
451 plane_flying_east
plane_flying... Send Email
Jan 5, 2002
8:55 pm
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...
452 sun_boy_3 Send Email Jan 5, 2002
10:10 pm
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 ...
453 r_genius Send Email Jan 7, 2002
1:13 pm
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 ...
454 phuture_assailant
phuture_assa... Send Email
Jan 7, 2002
2:50 pm
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...
455 soulesssnake Send Email Jan 8, 2002
8:12 am
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....
456 md1210us Send Email Jan 11, 2002
8:00 am
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 ...
457 md1210us Send Email Jan 11, 2002
8:16 am
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...
458 kaktoos_77 Send Email Jan 11, 2002
12:36 pm
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...
459 Kapil Send Email Jan 11, 2002
4:06 pm
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>...
460 md1210us Send Email Jan 12, 2002
12:12 pm
some quotes:<br>"ndp instructin mnemonics are identified in the <br>source by the letter "F"." ie all NDP instutions<br>start with "f"...
461 Kapil Send Email Jan 13, 2002
1:23 pm
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 ^ ...
462 b_l_u_e_flame Send Email Jan 14, 2002
10:19 pm
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...
463 md1210us Send Email Jan 15, 2002
8:16 am
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...
464 md1210us Send Email Jan 15, 2002
8:27 am
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 ...
465 Kapil Send Email Jan 15, 2002
11:45 am
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...
466 phuture_assailant
phuture_assa... Send Email
Jan 16, 2002
1:34 pm
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...
467 onthecur Send Email Jan 21, 2002
10:29 am
you have to switch to protected mode on an x86<br>processor. you can use the memory manager<br>but is out of date....
468 onthecur Send Email Jan 21, 2002
10:32 am
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...
469 lethal_defekt Send Email Jan 28, 2002
5:07 pm
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,...
470 onthecur Send Email Feb 2, 2002
9:23 am
do a search for a page called "art of assembly"<br>on hotbt.com. that is a good thorough page...
471 brandon64_99 Send Email Feb 6, 2002
10:54 pm
do any of know what the assembly architecture is for the Cisco IOS operating system?<br><br>Thanks <br><br>Brandon...
472 ciscokidd78 Send Email Feb 7, 2002
5:58 am
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 ...
473 brandon64_99 Send Email Feb 7, 2002
2:34 pm
My Cisco System instructor has asked us to find the answer. Thanks.<br><br>Brandon...
474 mariya_82 Send Email Feb 9, 2002
9:25 am
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...
475 phyrfox Feb 11, 2002
7:23 am
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...
476 phyrfox Feb 11, 2002
7:33 am
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...
Messages 447 - 476 of 14938   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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