2,888 Topics
| |
i need softice for deassembling my assembly code.. can you give me any link to download? i do have softice but it work for 95 i have xp installed.. | |
i want to convert a 32-bit processor video card into 64 bit.. i mean i want a souce code which work it for 32 bit processor as 64 bit processor.. 64 bit processor is a dual core processor manufactured by intel and 32 bit we all know its p-4 and … | |
[B]well i need books on ASM which uses C..[/B] [B]i know assembly and C seperately but don't know how to use C with assembly.. so thats why i need help..[/B] [B]and i'm working on Tasm..[/B] [B]but i need manual of masm 9 too..[/B] [B]i just downloaded masm9..:lol: [/B] | |
I'm writing a program in assebly using x86 intel processor series and a flat model can anyome suggest anything about this? ;;;;;;;;;;;;;;;;;;; input string,40 ;the user enter a characher 'q' for instance atod string ; now the value in eax as decimal ;;i need to compare the number and if … | |
can somebody help me to know a vert efficient algorithm in dividing more than 32 bytes of number? e.g. 65534.99/2326.84=28.1648029 =>6553499/232684 =281648029 =>63 FF 9B/03 8C EC=10 C9 9B 9D how could that be? my algo is that use shifts and subs but in a bitwise manner i want to … | |
Hi!!! Does anybody knows something about masm 8.0, does exist something like manual for this,or some good site which describe this program. Can anybody give me some exaple in masm,part of code... I know that masm for instalation requires visual studio c++ express edition,I have that and I installed masm,but … | |
I am trying to print out fibonacci numbers in assembler, anyone has the code or link to code that can perform this? thanks. | |
Hi there My enlish is not fluent but i hope you will get a clue... I got assignement to write program doing PC to PC communication entire in assembly. I made an effort to do this. But... it wont work. I can't initialize port with following code: [code] mov dx, … | |
Could anyone help me to simulate the booth's algorithm for multiplication of 2 binary numbers using 8086 assembly !! Ireally need it! | |
Hello, I'm a begginer at this asm code stuff and I've had to write a couple of simple and basic begginers programs. Well the one that I have to do now has to have an output that looks like this: * ** *** **** ***** and it must be a … | |
Hey guys I know little of C (specializing in JAVA) and my data structures course asked that I transfer this into MIPS using $a and $v registers... any help would be awesome! #include <stdlib.h> void *(memset)(void *s, int c, size_t n) { const unsigned char uc = c; unsigned char … | |
hi friends i'm new here i'm trying to write an assembly program that generate random numbers, shuffle them and sort them in ascinding order i tried a lot and this is what i did but still there is problem so anybody who can help i would be more thankful [COLOR=red]#make_COM#[/COLOR] … | |
Hello, I just created a digital thermometer using a 8085 microprocessor. But the problem is we only had LM36 which measures temperauture in celsius, so we had to convert form celsius to farenheit, using hardware. But on a lab question the teacher wants us to convert the tempauture using software … | |
How do i get user input in assembly? after getting the input, i'd like for the inputted value to be stored in a char array in c. i'm new to assembly and i am having a hard time trying to figure this out. i've tried a code like this and … | |
hi, i'm trying to figure out how to mirror a given a value. for example: FF0A, i'd like to make it A0FF. i thought of a code like shifting it left 8x but i find it brute forceish. is there a better way? thanks | |
Hey guys. Please bare with me since I'm only learning asm for about 48 hours or so.. I've learned enough to open files, read from/write to them... I know how to use the WIN API from within ASM and ..honestly, it's much simpler than C++ (IMHO)... So..I've written this basic … | |
For a program I'm making the user needs to enter a string and then it will be checked to see if it is a palindrome. So far I've managed to reverse the ordering of the string entered so that I have the original string and the reverse version of it. … | |
hi guys i'm trying to write a code that will ask a user to input a string and then check to see if its a palindrome when trying to run what i have done so far i get an illegal instruction error. i know its something to do with 'get … | |
i have a project where i am suppose to encrypt or decrypt a message typed in by the user using the ceaser encryption algorithm and printing it back, i need some help in as to how to write the encryption alg, (ill figure the dec out from there), heres the … | |
Hey guys. First of all its nice to see an assemly forum that still has visitors..everything I found on the net are old forums unvisited for about 2-3 years. I started learning win32 assembly ...well..last night :). I do have (some) programming background in Delphi and some c/c++, and also … | |
Please anyon who Knows help. | |
Hey guys I got a pickle! Does anyone of u know how to implement Quick Sort RECURSIVELY in assembly language programming (8086 archi). If yes, kindly help me out guys ... Lookin forward to some 'ingenius' reply :) Takecare & be Good! | |
| |
Hey fellow MIPS users... I'm new to the forums and new to MIPS, so I was hoping someone could help me out with a certain problem I'm having...[IMG]http://ubuntuforums.org/images/smilies/eusa_wall.gif[/IMG] I have to take the following code and optimize it... I know I can do this without the stack/frame pointers, so I … | |
pls i hve a source code for a digital alarm clock bt its for pic16c54a and i want to desiogn a digital alarm clock using pic 16f84a so here is my source code, i need an assembly language guru to help me do this pls. below is the source code … | |
Could Anyone help me with the codes . Perhaps i can give you the ones for hard drives and keyboards laters coz i have 'em | |
How can i create my own hardware and software interrupt, what are the codes sent to hardware to access information/data please help with the codes;) | |
Does it have to be 512 B nad ahve the signature 05AAH at offset 510 ? What about on CD Roms and HDDs? | |
I am playing around with "patching" an old DOS 16-bit real-mode .exe, trying to change the machine code calls. The disassembled code is: [code=asm] push bp mov bp, sp xor ax, ax push ax mov ax, 1 push ax mov ax, 64h push ax ; location_X call f_drawDialogBox; 9a 06 … | |
hi, first post here. It seems a very nice community. So, I know a little about 16bit DOS Assembly and also a little about 32bit Linux Assembly. I started learning Assembly out of curiosity, to understand C better and to learn exactly how the stack worked. I am currently learning … |
The End.