2,889 Topics

Member Avatar for
Member Avatar for kamatgurudatt

hi everyone, i need some urgent help. i want a real time clock which can start counting when a button is pushed and stop counting when another button is pushed. the buttons might be start and stop. if possible i must also be able to set the time initially. pls …

0
66
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
76
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
92
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
131
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
94
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
193
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
111
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
235
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
383
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
71
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
158
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
563
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
157
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
166
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
111
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
74
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
171
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
118
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
301
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
713
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
68
Member Avatar for embeddedravi
Member Avatar for Ancient Dragon
0
69
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
71
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
237
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
221
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
175
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
91
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
281
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
242
Member Avatar for tatsumarhu2000

hi, im really new to this programming language and im having a hard time in strings. can anyone teach me how to compare strings the easiest way. what im doing is a login program and i have to compare the inputed username to a string. example: a = daniweb is …

Member Avatar for mathematician
0
22K
Member Avatar for paulfaz

Hi, Im just starting out attempting to learn assembly, and ive come across what is probably a really simple stumbling block.. The aid of google has failed me this time and im hoping someone on here can help me. I started writing a simple program that takes input for an …

Member Avatar for mathematician
0
150
Member Avatar for zahid392

actually i have to solve an problem for my versity project.the project is to display LED.if any body help me about this i'll be very helpfull all the project description given bellow a) The pulse generator and 8 bit IO by using switches for input and the LED display for …

0
65
Member Avatar for bnrup

I know absoulutely nothing about compiling source code other than you need MS Visual Studio to compile it. I have the express (free) version of it, can you compile in this version?

Member Avatar for Ancient Dragon
0
155
Member Avatar for foxy xx

ok guys i have 2 problems 1st - i am using textpad and i'm having problems with the compiler.. As advised i have dowloaded a86, i added it to textpad through the configure tab on the menu and choosing prefernces, tools, add and clicking on the a86 program icon.. i …

Member Avatar for Ancient Dragon
0
103
Member Avatar for dziugas

Hello, i am a student and need write an asembler program. for basic 8086 architecture. but i do not understand few conditions for a program: it says that program must output text to screen whit a [B]int 21, 40h funktion, and indicate stdout as output, with descriptor 1.[/B] what this …

Member Avatar for Ancient Dragon
0
102
Member Avatar for sg57

Hello. Im new here and at but a wee little age of 14, so go easy on me :-| Anyways... Before I begin, I want to make a note I can use inline assembly with C, so the loading and storing of the file's data into a buffer is already …

Member Avatar for Ancient Dragon
0
70
Member Avatar for msohail83

I am in dire need of a program for stopwatch. Can somebody help me with that? If you know how to write a code for designing a stopwatch, please help me. THANKS

Member Avatar for andor
0
51
Member Avatar for kraid

I just started with TASM 5.0, and I have a question. Is there a way to assemble the exe so I can use it in windows XP? I write TASM myproject.asm then TLINK myproject thats how I was told to do, but I cant run it in XP how should …

Member Avatar for condor666
0
235
Member Avatar for asm_2

-If u have a slower I/O unit, then can the CPU execute instructions while waiting on slower I/O? -In this case, this type of optimization works differently for different I/O units... -So why are there no smarter .exe files that orders the instructions for your I/O-usage? -Whouldn't that be a …

Member Avatar for asm_2
0
109
Member Avatar for scorpionz

Hi this is Humza Is there anyone who has a Knowledge of MASM(MICROSOFT ASSEMBLER) OR is there any PROGRAMMER OF MASM in this community I m hurry for this.:?: :!: :rolleyes:

Member Avatar for Ryu
0
75
Member Avatar for mahul000

plz help me to simulate the booth's algorithm for multiplication of 2 integers using 8085 (not 8086) assembly !!

0
58
Member Avatar for jimeeg

i am trying to research how the IPv6 address is stored into memory. the IPv4 address is easy, because we can load it directly into an register such as eax and push it onto the stack. works great, but how are the IPv6 stuffed on there? i am guessing that …

0
66
Member Avatar for sciconf

How to extract the opcode and the data form the instruction? "instruction" is inst below in decimal. For some values of "??", I should be able to extract the opCode and data??? opCode = inst >>??; data = inst & ??; It is done on a x86 processor using C. …

Member Avatar for Salem
0
128
Member Avatar for sulymani

Hello guys, I am taking the MIPS assembly course this semester. indeed, I am struggling with this course. any way i need ur help .. My guestion is how to make the output appears right justified and how to connect the previous functions to the new function which is the …

Member Avatar for andor
0
127
Member Avatar for xblite

Hi, I am using GoAsm, but generating inefficient assembly code using a compiler. Has anyone had any experience in writing a peephole optimizer for assembly code? Any suggestions on where to find examples of peephole optimizers? thanks, David

0
63
Member Avatar for mifinn

hello there .can anyone edit this code to interface a keypad instead of switches for the clock i urgently need it plz help me out im sending u the code n schematic for it plz help me out.

0
70
Member Avatar for sciconf

Hi I am doing a project of simulating a CPU using my pc and Turbo C. I have, void execInst(int inst) { int opCode; int operand; opCode = inst >> 8; operand = inst & 0xff; switch (opCode) { // default: Handle illegal instruction here. case LDA: Cpu.a = operand; …

Member Avatar for Evenbit
0
84
Member Avatar for rmeader

Can anyone point me to a discussion or reference tutorial, etc. on how to write a program in Assembly to reverse a simple string?

Member Avatar for Evenbit
0
106

The End.