the sample gps program works but no interuppts,,,, can i do interuppts in c or asm???? will you send sample gps program win interuppts to nishunda (underline) aribama (at) hotmail (dot) com
but no spam here,,,,,,,,,,,,,,,,,,,
hurry when you can,,,,, i do not want to looose my shirt or shoe
51basic is not a Keil product.
"the sample gps program"
What sample GPS program?
"can i do interuppts in c or asm????"
I don't know - can you?!
Assembler, of course, can be used to write interrupt handlers, and Keil C51 has support for writing interrupt handlers - Please read the manual.
As to whether you specifically can do it - that's another thing! It will, of course, require that you understand how interrupts work on the 8051, and that you understand the tools that you use.
Here are some booklists: http://www.keil.com/books/8051books.asp http://www.8052.com/book/ www.8052.com/.../174564
To understand how the 8051 architecture works, you will need to study the so-called "bible" for the 8051 - links here: www.8052.com/.../120112
There's also a tutorial here: http://www.8052.com/tutorial