Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Active window holding problem Pin
sw@thi15-Aug-07 22:30
sw@thi15-Aug-07 22:30 
GeneralRe: Active window holding problem Pin
john563215-Aug-07 23:17
john563215-Aug-07 23:17 
GeneralRe: Active window holding problem Pin
sw@thi16-Aug-07 0:30
sw@thi16-Aug-07 0:30 
QuestionRe: Active window holding problem Pin
David Crow16-Aug-07 3:10
David Crow16-Aug-07 3:10 
Questionwhat does the non-maskable interrupt do? Pin
zon_cpp15-Aug-07 21:31
zon_cpp15-Aug-07 21:31 
AnswerRe: what does the non-maskable interrupt do? Pin
markkuk15-Aug-07 22:37
markkuk15-Aug-07 22:37 
AnswerRe: what does the non-maskable interrupt do? Pin
John R. Shaw15-Aug-07 22:48
John R. Shaw15-Aug-07 22:48 
AnswerRe: what does the non-maskable interrupt do? Pin
James R. Twine16-Aug-07 2:35
James R. Twine16-Aug-07 2:35 
   IIRC, and it has been a while since I was messing around with the pins on a CPU, the NMI is an interrupt that cannot be turned off (masked).  What it does depends on the CPU that you are using.

   For example, a NMI on a 6502 causes the process or to jump to whatever address is stored at FFFA/FFFB.  On a Z-80, I believe it jumps to 0066.  On a Z-80, an NMI cannot be interrupted by another normal interrupt, but can be interrupted by another NMI, etc.

   The end result is - the answer depends on the processor (or processor family) that you are using and what you are trying to accomplish.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionTo Enable A Non-maskable Interrupt Pin
zon_cpp15-Aug-07 21:21
zon_cpp15-Aug-07 21:21 
AnswerRe: To Enable A Non-maskable Interrupt Pin
markkuk15-Aug-07 22:34
markkuk15-Aug-07 22:34 
QuestionCString return Pin
tyagineha15-Aug-07 20:53
tyagineha15-Aug-07 20:53 
AnswerRe: CString return Pin
karle15-Aug-07 21:21
karle15-Aug-07 21:21 
GeneralRe: CString return Pin
tyagineha15-Aug-07 21:33
tyagineha15-Aug-07 21:33 
GeneralRe: CString return Pin
jhwurmbach15-Aug-07 21:39
jhwurmbach15-Aug-07 21:39 
GeneralRe: CString return Pin
tyagineha15-Aug-07 22:10
tyagineha15-Aug-07 22:10 
GeneralRe: CString return Pin
jhwurmbach15-Aug-07 22:12
jhwurmbach15-Aug-07 22:12 
GeneralRe: CString return Pin
tyagineha15-Aug-07 22:16
tyagineha15-Aug-07 22:16 
GeneralRe: CString return Pin
jhwurmbach15-Aug-07 22:40
jhwurmbach15-Aug-07 22:40 
GeneralRe: CString return Pin
tyagineha15-Aug-07 23:00
tyagineha15-Aug-07 23:00 
GeneralRe: CString return Pin
jhwurmbach15-Aug-07 23:04
jhwurmbach15-Aug-07 23:04 
GeneralRe: CString return Pin
tyagineha15-Aug-07 23:12
tyagineha15-Aug-07 23:12 
GeneralRe: CString return Pin
jhwurmbach15-Aug-07 23:16
jhwurmbach15-Aug-07 23:16 
GeneralRe: CString return Pin
tyagineha15-Aug-07 23:23
tyagineha15-Aug-07 23:23 
GeneralRe: CString return Pin
jhwurmbach15-Aug-07 23:25
jhwurmbach15-Aug-07 23:25 
GeneralRe: CString return Pin
tyagineha15-Aug-07 23:35
tyagineha15-Aug-07 23:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.