2,888 Topics

Member Avatar for
Member Avatar for mahtab

how to use instruction for float numbers? for example how does 'fsin' or 'fcos' work? e.g we have an array of float numbers,and we want to calcuate the sine & cosine of each member of this array...,what should i do exacly?:-/ please heeeeeeeelp me:S

Member Avatar for Salem
0
50
Member Avatar for Queatrix

How would I execute a C/C++ program without using a windows library? (Like ShellExecute)

Member Avatar for Queatrix
0
144
Member Avatar for daveymilla

Are all device drivers written in assembly language? Would an assembly language programmer be able to hi-jack aany printers functions so that he might get native control over print head( x,y loc) upon page and ink squirt control? Is assembly language programming a lucrative area of coding work? Do assembly …

Member Avatar for Duoas
0
118
Member Avatar for tifka

Hey I am trying to create a assembly program to do CRC. So it accepts user input, runs it threw CRC and give it back. Can anyone give me any hints on how to do this in ASM

Member Avatar for tifka
0
89
Member Avatar for crsurfer

Hey guys i have a homework for tomorrow but no idea how to do it... i need the turbo assembler code for this problem: i need a program that only add or substract 2 numbers ( 2 digits each one) and display me the result if u want to end …

Member Avatar for Salem
0
55
Member Avatar for Queatrix

I have tried to assemble the following code in TASM and Flat Assembler, but they both give an error for every line of code. What is going on? How can I get the assemblers to assemble the * code?? Thanks for any help you can provide. [code] [BITS 16] [ORG …

Member Avatar for Queatrix
0
132
Member Avatar for chubajj

Hi guys Im making a program in assembly that copies all of the text files from one folder to another , the problem that i have is how to join the path from the folder whit the name of the text files that the program reads. Ex: dest folder: num1 …

Member Avatar for Duoas
0
58
Member Avatar for Dr_computer

Hi guys, i am new programmer by assemply language so i want solution for this small program program to display the extended ASCII character (ASCII codes 80h to FFh) .display 10 characters per line,separated by blanks.Stop after the extended characters have been displayed ones.

Member Avatar for Salem
0
117
Member Avatar for Ninjikiran

Hmm,I understand by using repne scasb, pointing DI to the base64 string is supposed to search the string for the character that is in the input but not much of how to use it for decoding purposes. Anyway I been looking at the idea that, using the same example Man …

Member Avatar for Ninjikiran
0
158
Member Avatar for sammmy

Hey there am assembling a pos terminal that is using tcp/ip for communication. Has someone got an idea of how i can buffer the received string response from the backend server and use the buffer to print out the request from the terminal? Regards Sam

Member Avatar for Duoas
0
64
Member Avatar for sbenware

I'm getting the following errors at compile time in Cygwin using gcc, but I'm not sure what they mean. My program runs without problems. Do I need to change the names of these operations? I'm afraid to tweak anything since it's working. 42: Warning: translating to `fmulp' 53: Warning: translating …

Member Avatar for sbenware
0
211
Member Avatar for Ninjikiran

Hey, im trying to make an assembly program which encodes a file using base64. Anyway I have a program that works in converting the word "Man" to TWFu. Problem is it does not convert anything else but a few 3 letter words like Tan and Ban probally because of its …

Member Avatar for Ninjikiran
0
155
Member Avatar for diamondman

I have been wanting to see how the basics of software work for some time now, and I thought what better than Assembly! Unfortunately, most places I look show me how to call DOS interrupts or make Windows software. This just doesn't suit my needs. I did find a few …

Member Avatar for diamondman
0
71
Member Avatar for youmak

Hello to everyone :) I'm new here :) I have some problems with MIPS, I would like to aks for help or advise, how to copy/move content of the normal register of CPU unit (register like $t0,$t1 and so on) to FPU cooprocesor (register $fp0,$fp1) I have in register $t0 …

Member Avatar for youmak
0
386
Member Avatar for OnIIcE

Hello, im trying to make a function that can paint a box of any size (and colour, using any ascii char) to the screen in order to make a game in asm. My problem is, when i try to make it print just one full line, it dosnt seem to …

Member Avatar for Evenbit
0
199
Member Avatar for Skwisgar70

I'm required to do a 2-D bubble sort for an assignment in an asm course, but for whatever reason I cannot make it work. I can write one in 3 minutes in C++, but ASM just kicks my ass. In this instance I'm using a C++ file to make the …

0
55
Member Avatar for walter38

I am ruuning DATASTAR DATABASE(OLD DATABASE) WRITTEN IN ASSEMBLY---WHEN I run a batch file--I get a DIVIDE OVERFLOW---when I sort--I get a OUT OF MEMORY-- DATASTAR IS A VERY SHORT ASSEMBLY PROGRAM---CAN ANYBODY HELP WALTER

0
57
Member Avatar for nikki_2000b@hot

Hey there, I am writing MIPS assembly for computing the gcd of two given numbers (recursively), but am struggling! I vaguely understand changing the frame point counter, stack pointer etc. but I'm really at sea with how to implement the algorithm recursively (e.g. how to check if each number is …

Member Avatar for Duoas
0
2K
Member Avatar for mr.lemarc

Hi Stumbled on this forum last year while I was in c++. Unfortunately, I am now completely surrendering myself to your guys input, because I am truly out of breath and energy to push through any further with my lab project. Here is my class' project objective: --Design and implement …

Member Avatar for Colin Mac
0
169
Member Avatar for hsanjakd

Hi All! I have a programming assignment that ive been trying to work on. Recently, ive successfully wrote it in java, but im trying to use that as psuedocode so that i can transcribe it into mips - but i dont understand this stuff! ive been reading this book but …

Member Avatar for ithelp
0
86
Member Avatar for Destini

edit: sorry strcopy not strcat Hi I'm new to MIPS and just need some basic clarification on what is actually going on here. I'm trying to make a copy of string1 into string2 by reading through the string copying each bit seperately, and stopping at the 0 terminator: [CODE] .data …

Member Avatar for Destini
0
1K
Member Avatar for adida948

Hello. I am having a very hard time trying to encode a file and then decode it again so i can end up with the original file. I want to transform the content in the original file into base 85, and perhaps 100 charaters or more so that it works …

Member Avatar for Duoas
0
455
Member Avatar for matticus1181

I'm taking a class in sparc assembly, and I'm having a hard time with this concept. We're supposed to add two numbers together that can have as many as 100 digits. Since this is too many to fit into one register, I have to save them in memory and then …

Member Avatar for Duoas
0
166
Member Avatar for art vandelay

Hey people. I'm trying to build a loop to move from Arthur Vandelay to Tim Pennypacker, to Bob Sacamano. I know how to move from 54 to 21 to -2 and so on but I can't get the code right to move from Arthur Vandelay to Tim Pennypacker. I know …

Member Avatar for Tight_Coder_Ex
0
144
Member Avatar for therealsolitare

Hey everyone, How do two-dimensional arrays work in MIPS? I've found a couple of sites that have told me how to set up a multi-dimensional array, but they aren't really that clear on how to access the data on the inside. My array is set up as such: board: .word …

Member Avatar for Duoas
0
3K
Member Avatar for jegspam

I'm attempting to revisit assembly after several years of not having used it at all, and I'm having a bit of trouble with simple I/O. My program is designed to read a number from the user and spit it right back out. The "%c" is simply to remove the newline …

Member Avatar for jegspam
0
213
Member Avatar for transanmol

Hey friends, please help me as soon as possible, I just need the assembly(ASM) code for an 8086 for a simple PC Alarm clock, that just allows the user to set alarm and that plays an mp3 or any other format at that specified time. Its absolutely fine if the …

Member Avatar for Tight_Coder_Ex
0
235
Member Avatar for -EquinoX-

So I am asked to write a function called parens that will allow me to do this. Say that I have a string (a + (x) * (6 + 14) - q7), then I will get: (x) (6 + 14) (a + (x) * (6 + 14) - q7) the …

Member Avatar for Duoas
0
76
Member Avatar for boosh

Hi, I have an array of two string elements. Is it possible to store these two elements as one element in a register? Thanks.

Member Avatar for boosh
0
94
Member Avatar for agrawalashishku

Hi I am coding in x86 DOS. When I write a code and assemble it and run it in debug, it works perfectly fine but if I run i as a standalone application, it works for small 3-4 line code but not for 8-9 and larger code. PLease Plesae help. …

Member Avatar for mytime19
0
81

The End.