CPU
A Central Processing Unit (CPU), or sometimes just called processor, is a description of a class of logic machines that can execute computer programs.
Application
Hardware
Remove
Language
License
Any
: hello
:
: i am a beginner to the feild of embedded systems. id like 2 get some advice on how and where i should be starting. i am presently studyin embedded c programming. should i also study...
hello
i am a beginner to the feild of embedded systems. id like 2 get some advice on how and where i should be starting. i am presently studyin embedded c programming. should i also study...
Hey all - just going to start a project using Sharp microcontrollers and I was wondering if anyone had any experience with the Green Hills C compiler? I may be able to obtain a liscence through my...
: if(1==10);
: { //this is returning!?!?! 1 dosen't equal 10?
: return columnCounter;
:
: }
:
: How is 1 equal to 10?...
Hi,
Just to add more clarity to the question I have in mind, I am giving the following example..
take a case of ".mp3" audio decoder(or any other video/audio/image codec)..which needs to run on...
Hi ,
could some body tell me why C-standard library ( memory allocation,string mainpulation,etc ) are not used on the board.Here board is ,say provided by intel and has arm9 processor , RTOS used...
4) & 0xFF;
In both cases, you shouldn't need any typecasting.
As a parenthesis, all bit operators are endian-independent. If you are unlucky enough to work on a little endian CPU (read ;-)),...
Nope.. You cannot just use turbo C for this purpose.It is for x86 platform. You can use C language but with a different compiler. Try using MPLAB from microchip.
www.microchip.com
Evaluation...
This is a quiz on C programming, not hardware cpu chips!
But, but, but, ahh well, shucks! :-D
How would you categorize each of the following items, hardware of software?
CPU
C compiler
ALU
C preprocessor
input unit
a word processor program
: Hi shiv,
: Its very easy.. First initialize the serial ports of the PC... Usually this is done by the OS at the time of boot up.
: You can access the port through the C with the ID of 0x3f.
: In...
Hi,
Anyone can tell me where can i download the C book (beginner) for 8051 or some web-page to guide the beginner to start 8051 in C?
Thanks..
it really boiles down to what the hardware supports -- the cpu assembly language which is not bound by C or C++ standards. So in this case compilers must inforce the rules of the hardware/CPU, not...
: : try using google to search for "determine cpu type". For example
: :
: : http://www.faqs.org/faqs/assembly-language/x86/general/part1/section-9.html
: :
: Thanks. I had searched for but...
: try using google to search for "determine cpu type". For example
:
: http://www.faqs.org/faqs/assembly-language/x86/general/part1/section-9.html
:
Thanks. I had searched for but came up...
try using google to search for "determine cpu type". For example
http://www.faqs.org/faqs/assembly-language/x86/general/part1/section-9.html
I have been referencing material about the different commercial compilers available, as I am about to try my first Windows effort in C.
(I am going to attempt a Windows program that utilizes a GUI...
: PLz help me
: i want to download the source code
: (for 8086 microprocessor)
: of pass one assembler
: single file explected
: reply ASAP
: it's needed for my CS Study
:
:
look on...
PLz help me
i want to download the source code
(for 8086 microprocessor)
of pass one assembler
single file explected
reply ASAP
it's needed for my CS Study
Greetings friends,
Just wanted to ask anyone if they have any idea on how to input programs in a PIC? Its really important since its for my grad thesis. If anyone has any idea (even a rough sketch...