What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Assembly Solutions: 51 - 75 of 330
 
Hello again! I am starting the Buffer Bomb. Where to get started? I understand the buffer overflow concept, but was wondering if you could point me in the right direction! This is something...
How do I convert all the upper-case letters in a string into lower-case. (The starting address of the string is passed to the subroutine in index register X.)
Hi Experts, How can I print out the input decimal value as binary 32 bits? I am new to MIPS and struck in somewhere here.                 addi $v0,$0,0      addi $s2,$a0,0 #input value      addi...
Hi, Currently I am doing 8051 assembly project which need me to make some selection on hyperterminal screen. I am facing a problem to clear current screen when I am suppose to display anoth...
I need to generate 3 random numbers between 1 and 6. How can I do that? I've tried to use the DOS function 2ch (Getting system time) and I wasn't lucky... I really need to do that, it's urgent...
I'm looking for a program that will convert java or c++ (preferbally java)  into mips code to run on winXP thanks for the help
Hi Experts, I am tryin' to convert a hex address to decimal? When it executes, it gives only the value of the first character. Thanks
Hello experts, please i need a small and very simple to understand program in assembly language to sort 5 numbers using any sorting method. and, please, its not my homework or assignment. i ...
Hey guys! I'm in a bit of a bind here...i need to obtain a matrix of numbers (3x3) and determine the...determinant hehe. Up until now i have been able to create the matrix and fill it up with ...
hi        i have been trying toi design a PID dc motor controller using 8051 uc in assembly.it is essential to use 8051 and a pic cannot be used.can anyone help me in this regard.        ...
Note [3/24/2002]: Continuing at http://www.experts-exchange.com/assembly/Q.20280946.html Note [3/31/2002]: And then continued here:  http:Q.20283475.html Just throwing out the gauntlet: W...
Hi. I can find much information on using assembler with C++ by either using inline ASM or by writing the ASM in your own files and then custom building them into your C++ project. However, I c...
Hi All, I there any way i can decode the below to find the MIPS instruction.Because i have done the decoding my self.But i am not sure whether this is correct or not.Is there any program th...
Hello, I would like to implement various mathematical operations using relatively large integers for several highly optimized mathematical analyses in C++. Are there simple assembly sequ...
Hey again! Think I almost got this one done... Heres my exploit string so far..    0:   c7 05 dc a1 04 08 b7    movl   $0x779635b7,0x804a1dc    7:   35 96 77    a:   e8 5c 8d 04 08      ...
hi. It is my first time using the site but I promise to grade generously and swiftly if your answer can steer me in the right direction.  I am working on a homework that has been asked about p...
This is the famous bomblab. I really need help with phase_3 because I'm almost giving up. this is the code: 08048ec1 <phase_3>:  8048ec1:       55                      push   %ebp  804...
Does:  cmpl    $1, -12(%ebp) store the result of the comparison on the top of the stack? Or is some processor status register just inspected by the next instruction? thanks.
Starting this Buffer Overflow assignment and I'm not really sure how to proceed. Figure I could just use a kick in the right direction. Here is what I've been given: Also I tried stepping t...
Here is the object dump of my the bomb program: bufbomb:     file format elf32-i386 Disassembly of section .init: 080486c8 <_init>:  80486c8:     55                        push   %ebp  80...
What is Assebmler, what is it best at? And by looking around here i noticed its not like anything i've seen before, so how come the code is so weird?
I am trying to replace the CMOS battery in a Compaq Presario 1200 notebook, and have had no luck finding instructions online as to its location in the case and how to access it. I have opened ...
having trouble running this answer.. im almost positive my answer is correct.. ./sendstring -f fizzlab.txt | ./bufbomb -t tjamescladd Team: tjamescladd Cookie: 0x7d2547fa Type string:Mi...
I'm trying to write an assembly program that will take two integer inputs. One must be a number to be converted and one must be the base to convert to. Right now my program is hanging up after...
I have this code to check whether a word is a palindrome.  I want to have this written in 8085 assembly language.  Can somebody translate it for me? #include "d_stack.c" #include <stdlib.h...