Assembly
Hi experts, Is it advisable to use automatic assembly language for color code for large programs too, or it needs an editor, I appreciate your help
- 1172 views
- 1 answers
- 0 votes
I want to write a code in assembly language for color code that will put 32bit color on screen. Does anybody know the code for this? Any kind of help would be appreciated.
- 1967 views
- 1 answers
- 0 votes
Recently, I went through a weird problem when i try to update my friends Nokia 5800 Music Express via Nokia Software Updater Application. The message that i got in the Nokia Software Updater application is below.
Shutting down the application…
Configuration error
Nokia Software Updater has detected a configuration error. For more help, click here.
How can i update Nokia 5800 Music Express via Nokia Software Updater Application?
- 1553 views
- 1 answers
- 0 votes
I have a multiprocessor system and a multithreaded program written using the many to many threading model. I would like to know about the performance of the system in a scenario where the number of kernel thread allocated to the program is less than the number of processors and the number of user level threads in the program be more than the number of processors in the system.
- 920 views
- 1 answers
- 0 votes
Volunteers have started a project that is focused to teach programming of computers to young children in primary schools. What teaching techniques will the tutors use to make the young brains understand programming?
- 815 views
- 1 answers
- 0 votes
What is the flow of the code and data from Random Access Memory (RAM) that are being accessed by the CPU?
- 1015 views
- 2 answers
- 0 votes
In assembly language, in the looping structure is it necessary to give a capital name?
- 1261 views
- 1 answers
- 0 votes
What is the difference between program and a software?
This seems to be an identical ideas.
- 1072 views
- 2 answers
- 0 votes
Write a program, which should prompt the user to enter a digit from 0 to 9
and store the input in some variable.
Now, prompt the user to enter another digit in given range.
You have to find the range of the next given number such that the sum of user-given numbers should not exceed 9.
Example:
Enter a number from 0 to 9: 5
Enter a number from 0 to 4: 3
Sum is: 8
- 999 views
- 2 answers
- 1 votes
Hi!
I have a question relevant to the ASSEMBLY language. I consider myself weak in converting values from one form to another. I want to know the method of converting the DECIMAL values into BINARY and HEXADECIMAL and BINARY into DECIMAL and HEXADECIMAL.
Can anybody help me through this?
- 2196 views
- 2 answers
- 0 votes