GIDForums

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Assembly Language

Welcome to the Assembly Language forum.

Post New Thread
Threads in Forum : Assembly Language Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order 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...
04-May-2008 07:34
by jackiebb Go to last post
0 43
Question
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...
27-Apr-2008 16:19
by mwasim22 Go to last post
4 401
Exclamation
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...
23-Apr-2008 08:29
by davekw7x Go to last post
3 120
Post
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...
19-Apr-2008 03:34
by Annon777 Go to last post
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...
14-Apr-2008 22:30
by beginnernaive Go to last post
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 *...
14-Apr-2008 14:57
by martini80 Go to last post
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
03-Apr-2008 13:43
by davekw7x Go to last post
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...
02-Apr-2008 05:58
by Peter_APIIT Go to last post
3 98
Post
by seraphim14
How can I long string input then convert it to binary assembly language:banana: :banana:
01-Apr-2008 15:19
by seraphim14 Go to last post
0 92
Exclamation
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:
30-Mar-2008 16:24
by seraphim14 Go to last post
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 Go to last post
0 34
 
by cmrhema
Hi, Kindly let me know how to create a socket and some links to socket related programs regards cmrhema
26-Mar-2008 03:17
by cmrhema Go to last post
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.
25-Mar-2008 21:20
by transfrank Go to last post
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...
23-Mar-2008 07:04
by Peter_APIIT Go to last post
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...
23-Mar-2008 06:58
by Peter_APIIT Go to last post
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...
23-Mar-2008 06:47
by Peter_APIIT Go to last post
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.
23-Mar-2008 06:31
by Peter_APIIT Go to last post
10 272
Smile
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
15-Feb-2008 11:10
by ks_100 Go to last post
0 293
 
by mybwp
Is it possible to hook and modify the return values of x86 assembly instructions like: RDTSC and CPUID?
30-Jan-2008 19:45
by whitepenguin Go to last post
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 Go to last post
0 202
Post New Thread

Recent GIDBlogGoing to Iraq by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 38 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 21:16.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.