2,888 Topics

Member Avatar for
Member Avatar for mytime19

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..

Member Avatar for Ancient Dragon
0
73
Member Avatar for mytime19

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 …

Member Avatar for Ancient Dragon
0
88
Member Avatar for mytime19

[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]

Member Avatar for Ancient Dragon
0
129
Member Avatar for Knight3

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 …

Member Avatar for mytime19
0
92
Member Avatar for mymirror

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 …

Member Avatar for mytime19
0
188
Member Avatar for bokim

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 …

Member Avatar for Evenbit
0
105
Member Avatar for jamaicandods

I am trying to print out fibonacci numbers in assembler, anyone has the code or link to code that can perform this? thanks.

Member Avatar for TylerSBreton
0
226
Member Avatar for brale

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, …

Member Avatar for Ancient Dragon
0
365
Member Avatar for kiks

Could anyone help me to simulate the booth's algorithm for multiplication of 2 binary numbers using 8086 assembly !! Ireally need it!

0
69
Member Avatar for Jamaican Beauty

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 …

Member Avatar for Jamaican Beauty
0
156
Member Avatar for utopia14

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 …

Member Avatar for andor
0
557
Member Avatar for khwan

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] …

Member Avatar for Day Brown
0
155
Member Avatar for jfountain02

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 …

Member Avatar for mathematician
0
149
Member Avatar for reyhan12

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 …

Member Avatar for Ancient Dragon
0
101
Member Avatar for reyhan12

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

Member Avatar for reyhan12
0
72
Member Avatar for seth0x2b

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 …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for Corum

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. …

Member Avatar for mathematician
0
169
Member Avatar for foxy xx

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 …

Member Avatar for mathematician
0
114
Member Avatar for qaizaar

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 …

Member Avatar for qaizaar
0
295
Member Avatar for seth0x2b

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 …

Member Avatar for Ancient Dragon
0
698
Member Avatar for SamY
Member Avatar for only_asm

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!

Member Avatar for Ancient Dragon
0
66
Member Avatar for embeddedravi
Member Avatar for Ancient Dragon
0
67
Member Avatar for utopia14

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 …

0
69
Member Avatar for abdulgirei

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 …

Member Avatar for embeddedravi
0
233
Member Avatar for SamY

Could Anyone help me with the codes . Perhaps i can give you the ones for hard drives and keyboards laters coz i have 'em

Member Avatar for Ancient Dragon
0
207
Member Avatar for SamY

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;)

Member Avatar for SamY
0
173
Member Avatar for SamY

Does it have to be 512 B nad ahve the signature 05AAH at offset 510 ? What about on CD Roms and HDDs?

Member Avatar for mathematician
0
88
Member Avatar for PaTchX

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 …

Member Avatar for PaTchX
0
263
Member Avatar for belhifet

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 …

Member Avatar for mathematician
0
225

The End.