| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by cmrhema
Hi,
Kindly let me know how to create a socket and some links to socket related programs
regards
cmrhema
|
|
0 |
329 |
|
|
by askurat1
I need help writing a program to do booth's algorithm in TASM OR MASM assembly code. It would be helpful to just to have a sample code of somekind so I can get started.
Any help would be appreciated.
Thanks in advance.
|
|
3 |
1,808 |
|
|
by randomperson133
The two bugs in my code that won't go away are the following:
1) I cannot get proc charbychar to print out whatever's in myname: It only prints out the $ at the end of the string.
2) Findmax always returns 0 as the largest value in the array regardless of what input I used for nums.
If anyone...
|
|
1 |
644 |
|
|
by MindGames
Hello,
I have an Assembly program which my lecturer wrote on the board, which I am sure I wrote down correctly. However I'm using an Assembler called 68000 IDE. When I build thi, I get 14 errors in all, but I don't how to fix them,understand them. Can anyone help me please?
Thanks for any...
|
|
3 |
370 |
|
|
by ChristieGiorgos
Hi! I've a question. I've a project in C mixed with assembly x86 to do but I have some serious problems :)! First of all I need to tell you that the project is about the vga graphics memory. My problems now... i use Dev C++ for my c programs, but I as I saw it doesn't support x86 assembly. Any idea...
|
|
1 |
396 |
|
|
by Peter_APIIT
Hello all expert programmers, I'm truly new to assembly.
Therefore, I wonder what is the standard assembly language. As far as I know, all assemblers follow Intel standard.
Thanks for your help.
|
|
10 |
717 |
|
 |
by ks_100
Dear all,
I need the code for a non-recursive binary search in MIPS in order to fulfill my report on how to improve the performance of this implementation. please help me by sharing the code or advising me about any source i can utilize to aquire the code. big thanks in advance.:P
|
|
0 |
1,287 |
|
|
by mybwp
Is it possible to hook and modify the return values of x86 assembly instructions like: RDTSC and CPUID?
|
|
5 |
584 |
|
|
by fahad
Write a program which print your complete name and your city name at the middle two rows of the screen with the following attributes.
Use white back ground and blue foreground color if the length of the name is greater than the length of the city name.
Use Black background and red foreground...
|
18-Dec-2007 16:30
by fahad
|
0 |
428 |
|
|
by inevitable
Hi,
I want to see the assembly code for a simple hello world program written and compiled from vc++ editor.
Any help would be of great help for me.
|
|
3 |
2,777 |
|
|
by 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 64. I've tried and succeeded with decimal and hexadecimal bases.
Ex. When i have 'abcde' in a text file...
|
|
1 |
700 |
|
|
by baccardi
how could i get the address of instruction that causes Single Step(#1) exception, i have read that the address should be put into the stack cs:ip, but what i find in the stack is the address to the next instruction, not to that which caused exception, when i'm dealing with Division by zero...
|
|
0 |
328 |
|
|
by paritoshcool
Hi every body..i am not sure whats wrong with the code. I have to submit this assignment today. If any body solves the program and the extra credit, I would pay him through paypal. This program is very important to me. Rit now this program just prints the prime nos till 9. later prints the unwanted...
|
|
0 |
460 |
|
|
by zeliie
My machine problem is to make a game of Hangman implemented in assembly language.
The specification of the program is for the the random words (to be used in the game) to come from an external word database (text file named worddb.txt).
How is that possible? How am I going to access and read the...
|
|
1 |
791 |
|
 |
by WaltP
ktm wants an assembler forum. Is there enough desire?
|
18-Nov-2007 15:26
by davis
|
5 |
2,062 |
|
|
by Widgets
I am trying to make a simple macro to multiply two bytes (MPYBYTE) and a macro to multiply 2 words (MPYWORD) and a macro to print (BIOSPRINT) the 2 products. From what the compiler says the MPYWORD and BIOSPRINT have no errors after i fixed them but i am getting this error for MPYBYTE:...
|
|
5 |
1,675 |
|
|
by czerdrill
Hey,
Why won't this program work in assembly? I'm using Microsoft Visual C++ 2005 Express Edition, and using x86 assembly architecture. It's suppose to add the values in the array that are higher than the variable sample(in this case 50) and display the result. The answer should be +358 but I...
|
|
1 |
604 |
|
|
by czerdrill
I have this project due for school and I cannot figure it out. Please help!
I need to write a program in assembly language which generates 50 random numbers between -20 and 20 and prints them on the screen. It seems so simple but I just cant figure it out. Can someone please help me with this...
|
|
0 |
443 |
|
|
by raijuta11
Dude iam a student!!
we have this project that uses a TASM program. the Requirement is that you need to input a 4-bit binary number to control port and same with the Status port. the output should be indicated by LED in Binary form(from Data POrt 2-9 pins of DB - 25). Basically it was a Interface...
|
04-Oct-2007 10:17
by davis
|
6 |
700 |
|
|
by Widgets
first off here is my code:
page 60,132
TITLE HMWK6-13 (EXE) Chapter 6
;----------------------------------------------------------
.MODEL SMALL
.STACK 64 ;Define stack
.DATA ;Define data
BYTE1 DB 11 ;BH
BYTE2 DB 15 ;FH
|
|
3 |
489 |