| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by jackiebb
Hi, I am a beginner at assembly language and want to make a program which displays something on the screen and I can use the arrows on my keyboard to move it around. I have developed code to display the text but am unsure as tohow I go about moving it around the screen. here is my code so...
|
|
0 |
43 |
|
 |
by lilnaniam
I am a beginner and am trying to display the current date. So far I have this but it just keeps printing Sunday which is the first entry in the "DayName" array. I am trying to get the current date from the system to display. Can anyone direct me in what I am doing wrong.
Heres my code...if need to...
|
|
4 |
401 |
|
 |
by aijazbaig1
hello,
I have been trying to write a C program and call an assembly routine from within the C program.
Im following the C calling convention.
I have written the following assembly routine and named the file 'mul64_32.asm' and this file is as shown below, I have a routine which is called...
|
|
3 |
120 |
|
 |
by Annon777
I was asked to program using Z80 simulator IDE and its assembler to,
subtract a hex number in memory location F101h from a hex number in F100h and stores the value in memory location F202h with the following meaning:
i) 01h if the result is negative;
ii) 00h if the result is zero;
iii) FFh if the...
|
|
0 |
60 |
|
|
by beginnernaive
Okay I just need help and some shed on light how to overcomes this I mean from start..since I'm beginner with assembly...maybe expertise here can help me out by point me the rite path on how to dig it...
ok here's the scenario I have to solve
A predetermine number is stored in an array named...
|
|
0 |
58 |
|
|
by martini80
Using Motorola HC68...Designing a game of Pong using potentiometer to control the bat (paddle). The potentiometer's range is between 0-255 and the screens range that it needs to cover is between 0-50...
I was trying to multiply/divide using the following to get the correct reading - ADC_input *...
|
|
0 |
42 |
|
|
by SENAN
Hey
what im tryin to do is set up a timer to overflow every2 ms so this code will sample an ecg wave at 500Hz. Cant get my head around how to do this and any help would be greatly appreciated.
Thanks
$MOD52
|
|
3 |
91 |
|
|
by TransformedBG
I get a little lost in assembly land, im trying to square any negative numbers that a user put into an array of 10 values... I know i need to use a decrementing counter from MAX till it = 0 and then if its negative square it, any help would be great!
// Description: this program will load 10 16...
|
|
3 |
98 |
|
 |
by seraphim14
How can I long string input then convert it to binary
assembly language:banana: :banana:
|
|
0 |
92 |
|
 |
by seraphim14
Can u help me create a simple
program that i can understand...
a program at converts Binary to Octal
and Octal to Binary...
thanks... I'm just a beginner in Assembly Language:banana:
|
|
0 |
73 |
|
|
by moody
Hello!
I'm having problems figuring out how to extend the datapath and the blocks used for ble and sgt instructions on MIPS32.
After studying a bit I managed to code the instructions for ble and sgt respectively:
slt $t0, $s2, $s1
beq $t0, $zero, less_equal
////////////////////////////
|
30-Mar-2008 08:20
by moody
|
0 |
34 |
|
|
by cmrhema
Hi,
Kindly let me know how to create a socket and some links to socket related programs
regards
cmrhema
|
|
0 |
54 |
|
|
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 |
500 |
|
|
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 |
260 |
|
|
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 |
121 |
|
|
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 |
119 |
|
|
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 |
272 |
|
 |
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 |
293 |
|
|
by mybwp
Is it possible to hook and modify the return values of x86 assembly instructions like: RDTSC and CPUID?
|
|
5 |
262 |
|
|
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 15:30
by fahad
|
0 |
202 |